فهرست منبع

Fucking debug mistake

Cammy 6 سال پیش
والد
کامیت
b1941457a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pyinstalive/downloader.py

+ 1 - 1
pyinstalive/downloader.py

@@ -18,7 +18,7 @@ def start():
         if not pil.dl_replays:
             logger.binfo("Replay downloading is disabled either with an argument or in the config file.")
             logger.separator()
-        if helpers.command_exists("pyinstalive"):
+        if not helpers.command_exists("pyinstalive"):
             logger.error("PyInstaLive must be properly installed when using the -df argument.")
             logger.separator()
         else: