Captain D. Ezio commited on
Commit
d6ab0e1
·
1 Parent(s): b49b37f

Update __main__.py

Browse files
Files changed (1) hide show
  1. Powers/__main__.py +1 -1
Powers/__main__.py CHANGED
@@ -10,7 +10,7 @@ if __name__ == "__main__":
10
  else:
11
  LOGGER.info("Attempting to install uvloop")
12
  try:
13
- os.system("pip3 install uvloop==0.19.0")
14
  import uvloop
15
  uvloop.install()
16
  LOGGER.info("Installed uvloop continuing the process")
 
10
  else:
11
  LOGGER.info("Attempting to install uvloop")
12
  try:
13
+ os.system("pip3 install uvloop")
14
  import uvloop
15
  uvloop.install()
16
  LOGGER.info("Installed uvloop continuing the process")