FreshPixels commited on
Commit
be843cd
·
verified ·
1 Parent(s): 79072fc

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -2828,7 +2828,7 @@ def main():
2828
  "timestamp": _dt.datetime.utcnow().isoformat(),
2829
  })
2830
 
2831
- app.router.add_get('/health', health_check_handler, allow_head=False)
2832
 
2833
  # 3. Запускаем бизнес-логику
2834
  app.on_startup.append(on_startup)
 
2828
  "timestamp": _dt.datetime.utcnow().isoformat(),
2829
  })
2830
 
2831
+ app.router.add_get('/health', health_check_handler, allow_head=False)
2832
 
2833
  # 3. Запускаем бизнес-логику
2834
  app.on_startup.append(on_startup)