log complete update
This commit is contained in:
parent
29df16ecd3
commit
dfc1093b39
1
bot.py
1
bot.py
@ -33,6 +33,7 @@ def _update_db():
|
||||
games.append(line.strip())
|
||||
sp.run(["./index.py", "-o", _DB] + games)
|
||||
shutil.move(_DB, _DB_DEST)
|
||||
_log.info("updated db")
|
||||
except:
|
||||
_log.exception(f"failed updating db")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user