DeMaking commited on
Commit
81688eb
·
verified ·
1 Parent(s): fbb34ed

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -1
bot.py CHANGED
@@ -66,6 +66,6 @@ def main():
66
 
67
  if __name__ == '__main__':
68
  # Apply nest_asyncio to support nested event loops in HF Spaces
69
- nest_asyncio.apply()
70
  # For HF Spaces, using run_polling() is simpler and less dependent on DNS/HTTPS issues.
71
  main()
 
66
 
67
  if __name__ == '__main__':
68
  # Apply nest_asyncio to support nested event loops in HF Spaces
69
+ # nest_asyncio.apply()
70
  # For HF Spaces, using run_polling() is simpler and less dependent on DNS/HTTPS issues.
71
  main()