feat: Add inital dark/light mode switching
All checks were successful
Build Docker / Build Image (push) Successful in 2m10s

This commit is contained in:
2025-08-07 00:26:22 +10:00
parent 6ebeb1b5bc
commit 0761d9d707
26 changed files with 2297 additions and 94 deletions

View File

@@ -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