Captain Ezio commited on
Commit
2101342
·
1 Parent(s): dc54e9c
Files changed (1) hide show
  1. Powers/__main__.py +2 -2
Powers/__main__.py CHANGED
@@ -1,7 +1,7 @@
1
- import uvloop # Comment it out if using on windows
2
 
3
  from Powers.bot_class import Gojo
4
 
5
  if __name__ == "__main__":
6
- uvloop.install() # Comment it out if using on windows
7
  Gojo().run()
 
1
+ #import uvloop # Comment it out if using on windows
2
 
3
  from Powers.bot_class import Gojo
4
 
5
  if __name__ == "__main__":
6
+ #uvloop.install() # Comment it out if using on windows
7
  Gojo().run()