projects
/
reEgg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09fd6fd
)
Fix format error
author
Joann Mõndresku
<joann@cernodile.com>
Thu, 16 May 2024 16:52:19 +0000
(19:52 +0300)
committer
Joann Mõndresku
<joann@cernodile.com>
Thu, 16 May 2024 16:52:19 +0000
(19:52 +0300)
db_store.py
patch
|
blob
|
blame
|
history
diff --git
a/db_store.py
b/db_store.py
index 45db008c13924241834af33a1b328c40e26baa1b..20ac43b94828a251ba5a739b7d811c1bc8db5d7c 100644
(file)
--- 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())