瀏覽代碼

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: