explain
This commit is contained in:
parent
31a47f8c85
commit
fdb1888cf6
1 changed files with 2 additions and 1 deletions
3
ubot.py
3
ubot.py
|
@ -411,7 +411,8 @@ async def main():
|
|||
logger.warning('you are eaten all')
|
||||
break
|
||||
random.shuffle(e_info)
|
||||
logger.success(f'stack refresh: {count} patiences')
|
||||
e_count = len(e_info)
|
||||
logger.success(f'db refresh: {count} patiences; in stack: {e_count}')
|
||||
|
||||
logger.warning('auto bioeb stopped')
|
||||
await event.reply('stopped')
|
||||
|
|
Loading…
Reference in a new issue