1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-10-09 15:28:35 +02:00
parent 7c0b9a4e33
commit 2dca7ce4b8

View file

@ -68,8 +68,8 @@ def new_lol_rank(item: db.LeagueOfLegends):
def process():
while True:
#logger.info("Pausing for 30 minutes.")
#time.sleep(1800)
logger.info("Pausing for 30 minutes.")
time.sleep(1800)
session = db.Session()
logger.info("Now updating Halloween data.")
update_block(session, session.query(db.Halloween).all())