randydev commited on
Commit
ff20f30
·
verified ·
1 Parent(s): 9ccc8ce

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -158,7 +158,7 @@ async def setup():
158
  except Exception as e:
159
  logging.info(f"Error in setup: {e}")
160
 
161
- if __main__ == "__main__":
162
  try:
163
  asyncio.run(setup())
164
  except Exception as e:
 
158
  except Exception as e:
159
  logging.info(f"Error in setup: {e}")
160
 
161
+ if __name__ == "__main__":
162
  try:
163
  asyncio.run(setup())
164
  except Exception as e: