Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
bfedc3e
1
Parent(s):
4686201
Testing
Browse files- 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()
|