feat: Add inital dark/light mode switching
All checks were successful
Build Docker / Build Image (push) Successful in 2m10s
All checks were successful
Build Docker / Build Image (push) Successful in 2m10s
This commit is contained in:
@@ -92,6 +92,8 @@ def check_payments():
|
||||
with open(path+'payments.json', 'r') as f:
|
||||
payments = json.load(f)
|
||||
|
||||
#! FIX NIAMI API NO LONGER WORKING
|
||||
return False
|
||||
# Get all txs
|
||||
data = requests.get(f"https://api.niami.io/address/{HNSaddress}")
|
||||
if data.status_code != 200:
|
||||
@@ -121,7 +123,6 @@ def check_payments():
|
||||
json.dump(payments, f, indent=4)
|
||||
print("Payment finalised",flush=True)
|
||||
|
||||
|
||||
|
||||
def finalise_payment(payment):
|
||||
# Send webhook
|
||||
|
||||
Reference in New Issue
Block a user