mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
oops
This commit is contained in:
parent
7c0b9a4e33
commit
2dca7ce4b8
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ def new_lol_rank(item: db.LeagueOfLegends):
|
||||||
|
|
||||||
def process():
|
def process():
|
||||||
while True:
|
while True:
|
||||||
#logger.info("Pausing for 30 minutes.")
|
logger.info("Pausing for 30 minutes.")
|
||||||
#time.sleep(1800)
|
time.sleep(1800)
|
||||||
session = db.Session()
|
session = db.Session()
|
||||||
logger.info("Now updating Halloween data.")
|
logger.info("Now updating Halloween data.")
|
||||||
update_block(session, session.query(db.Halloween).all())
|
update_block(session, session.query(db.Halloween).all())
|
||||||
|
|
Loading…
Reference in a new issue