mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
è un angeru
This commit is contained in:
parent
4f4906545d
commit
f062c01ee1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ sentry = raven.Client(config["Sentry"]["token"],
|
||||||
telegram_bot = telegram.Bot(config["Telegram"]["bot_token"])
|
telegram_bot = telegram.Bot(config["Telegram"]["bot_token"])
|
||||||
|
|
||||||
|
|
||||||
def update_block(session: db.Session, block: list, delay: float=0, change_callback: typing.Callable=None):
|
def update_block(session: db.Session, block: list, delay: float = 0, change_callback: typing.Callable = None):
|
||||||
for item in block:
|
for item in block:
|
||||||
logger.debug(f"Updating {repr(item)}.")
|
logger.debug(f"Updating {repr(item)}.")
|
||||||
t = time.clock()
|
t = time.clock()
|
||||||
|
|
Loading…
Reference in a new issue