bug squash

This commit is contained in:
Black Coffee 2022-09-30 09:30:08 +01:00
parent 61201a6573
commit d2b4d6c837

View file

@ -9,7 +9,6 @@ class Gerty(BaseModel):
name: str name: str
wallet: str wallet: str
refresh_time: int = Query(None) refresh_time: int = Query(None)
debug_enabled: int = Query(None)
lnbits_wallets: str = Query(None) # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"} lnbits_wallets: str = Query(None) # Wallets to keep an eye on, {"wallet-id": "wallet-read-key, etc"}
mempool_endpoint: str = Query(None) # Mempool endpoint to use mempool_endpoint: str = Query(None) # Mempool endpoint to use
exchange: str = Query(None) # BTC <-> Fiat exchange rate to pull ie "USD", in 0.0001 and sats exchange: str = Query(None) # BTC <-> Fiat exchange rate to pull ie "USD", in 0.0001 and sats