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