This commit is contained in:
Lynne Megido 2018-11-13 23:57:23 +10:00
rodič ce5c77aefb
revize e7c8b62ffd
Podepsáno: lynnesbian
ID GPG klíče: FB7B970303ACE499

2
run.py
Zobrazit soubor

@ -52,4 +52,6 @@ for row in dc.fetchall():
if tbc > int(cfg['max_time_between_checks']):
tbc = cfg['max_time_between_checks']
c.execute("UPDATE data SET last_check = %s, time_between_checks = %s", (t, tbc))
db.commit()