Remove debug logic
This commit is contained in:
parent
cec2a56ec0
commit
febb5b4c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ async def order_issue():
|
|||
async with make_session() as session:
|
||||
orders_info = generate_order()
|
||||
|
||||
if 'orders' not in orders_info or True:
|
||||
if 'orders' not in orders_info:
|
||||
logger.info("No orders for today")
|
||||
await order_telegram_post_none(session)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue