Riy777 commited on
Commit
64e24d8
Β·
1 Parent(s): 6b00681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -708,4 +708,4 @@ signal.signal(signal.SIGINT, signal_handler); signal.signal(signal.SIGTERM, sign
708
 
709
  if __name__ == "__main__":
710
  print("πŸš€ Starting AI Trading Bot (Explorer-Sentry-Executor V5.9)...")
711
- uvicorn.run( application, host="0.0.0.0", port=7860, log_level="info", access
 
708
 
709
  if __name__ == "__main__":
710
  print("πŸš€ Starting AI Trading Bot (Explorer-Sentry-Executor V5.9)...")
711
+ uvicorn.run( application, host="0.0.0.0", port=7860, log_level="info", access_log=True )