diff --git a/main.py b/main.py index 41b1c40..694f5f4 100644 --- a/main.py +++ b/main.py @@ -107,7 +107,7 @@ def metrics(): (pathlib.Path(__file__).parent / "data" / "finances.json").read_text() ) - balances = get_transparency_data(finances)["end_balance"] + balances = get_transparency_data(finances, allow_current=True)["end_balance"] response = ( "# HELP privatecoffee_balance The balance of the private.coffee account\n"