auto-sync: 2026-05-17 05:58:19

This commit is contained in:
cfdaily
2026-05-17 05:58:19 +08:00
parent dcb5bd476b
commit a477581605
+1 -1
View File
@@ -192,7 +192,7 @@ class TestRecovery:
try:
rows = conn.execute(
"SELECT * FROM observations WHERE observer='daemon' "
"ORDER BY created_at DESC"
"ORDER BY id DESC"
).fetchall()
finally:
conn.close()