Cammy 6 rokov pred
rodič
commit
b8777d45b6
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      MOREHELP.md

+ 3 - 0
MOREHELP.md

@@ -43,6 +43,7 @@ run_at_start =
 run_at_finish =
 save_comments = false
 log_to_file = false
+use_locks = true
 ```
 
 ```username```  **—**  Instagram username to login with.
@@ -69,3 +70,5 @@ log_to_file = false
 ```save_comments```  **—**  When set to true, PyInstaLive will try to save comments from a livestream or replay to a log file. Verified users have *(v)* next to their name. (Experimental, use at own risk.)
 
 ```log_to_file```  **—**  When set to true, PyInstaLive will save all its console logs to a text file. The filename will be `pyinstalive_<live-username>.log` where `<live_username>` will be the username of the Instagram user whose livestream or replay you want to download. If no username was given to download (e.g when running `pyinstalive --clean`) the file will be named `pyinstalive.default.log`.
+
+```save_comments```  **—**  When set to true, PyInstaLive will create several .lock files to prevent duplicate downloads from starting for the same user if you are running PyInstaLive using some form of automation such as batch/shell loops.