diff --git a/lnbits/__init__.py b/lnbits/__init__.py index f92d050..8edaa4b 100644 --- a/lnbits/__init__.py +++ b/lnbits/__init__.py @@ -30,6 +30,7 @@ Talisman( "cdnjs.cloudflare.com", "code.ionicframework.com", "code.jquery.com", + "api.opennode.co", "fonts.googleapis.com", "fonts.gstatic.com", "maxcdn.bootstrapcdn.com", diff --git a/lnbits/extensions/tpos/config.json b/lnbits/extensions/tpos/config.json index cdbd8f4..c5789af 100644 --- a/lnbits/extensions/tpos/config.json +++ b/lnbits/extensions/tpos/config.json @@ -1,6 +1,6 @@ { - "name": "TPOS", - "short_description": "A shareable POS!", - "icon": "dialpad", - "contributors": ["talvasconcelos", "arcbtc"] + "name": "TPoS", + "short_description": "A shareable PoS terminal!", + "icon": "dialpad", + "contributors": ["talvasconcelos", "arcbtc"] } diff --git a/lnbits/extensions/tpos/migrations.py b/lnbits/extensions/tpos/migrations.py index d01e029..f7b1a17 100644 --- a/lnbits/extensions/tpos/migrations.py +++ b/lnbits/extensions/tpos/migrations.py @@ -5,14 +5,16 @@ def m001_initial(db): """ Initial tposs table. """ - db.execute(""" + db.execute( + """ CREATE TABLE IF NOT EXISTS tposs ( id TEXT PRIMARY KEY, wallet TEXT NOT NULL, name TEXT NOT NULL, currency TEXT NOT NULL ); - """) + """ + ) def migrate(): diff --git a/lnbits/extensions/tpos/templates/tpos/index.html b/lnbits/extensions/tpos/templates/tpos/index.html index 05b99f2..cebcd8f 100644 --- a/lnbits/extensions/tpos/templates/tpos/index.html +++ b/lnbits/extensions/tpos/templates/tpos/index.html @@ -8,7 +8,7 @@
- New TPoS + New TPoS @@ -31,7 +31,6 @@