Prechádzať zdrojové kódy

Forgot to remove test value

Cammy 6 rokov pred
rodič
commit
7ca73486fc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pyinstalive/dlfuncs.py

+ 1 - 1
pyinstalive/dlfuncs.py

@@ -380,7 +380,7 @@ def download_following():
                         logger.warn("If this is not the case, manually delete the file '{:s}' and try again.".format(user + '.lock'))
                     else:
                         logger.info("Launching daemon process for '{:s}'.".format(user))
-                        start_result = helpers.run_command("python3 -m pyinstalive -d {:s} -cp '{:s}' -dp '{:s}' {:s} {:s}".format(
+                        start_result = helpers.run_command("pyinstalive -d {:s} -cp '{:s}' -dp '{:s}' {:s} {:s}".format(
                             user, pil.config_path, pil.dl_path,
                             '--no-lives' if not pil.dl_lives else '', '--no-replays' if not pil.dl_replays else ''))
                         if start_result: