Update bot.py
Browse files
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()
|