remotes/1693045480750635534/spooky-22
Aevann1 2022-05-02 04:11:01 +02:00
parent c636f08732
commit 4d7e79bef3
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ def stats(site=None):
stats.update(stats2)
ids = (NOTIFICATIONS_ID, AUTOJANNY_ID, SNAPPY_ID, LONGPOSTBOT_ID, ZOZBOT_ID)
bots = g.db.query(User).filter(User.id.in_(ids))
for id in ids:
u = get_account(id)
for u in bots:
g.db.add(u)
if u.patron_utc and u.patron_utc < time.time():