From: Joann Mõndresku Date: Thu, 16 May 2024 16:52:19 +0000 (+0300) Subject: Fix format error X-Git-Url: https://git.based.quest/?a=commitdiff_plain;h=657809100910f25ec3400270e561a972775a8c81;p=reEgg.git Fix format error --- diff --git a/db_store.py b/db_store.py index 45db008..20ac43b 100644 --- a/db_store.py +++ b/db_store.py @@ -68,7 +68,7 @@ def get_last_backup(device_id): def add_backup(device_id, b64str): if not device_id.isalnum(): - return + return con = get_connection("backups") cur = con.cursor() stamp = int(time.time())