瀏覽代碼

Update MOREHELP.md

Cammy 6 年之前
父節點
當前提交
b8777d45b6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      MOREHELP.md

+ 3 - 0
MOREHELP.md

@@ -43,6 +43,7 @@ run_at_start =
 run_at_finish =
 run_at_finish =
 save_comments = false
 save_comments = false
 log_to_file = false
 log_to_file = false
+use_locks = true
 ```
 ```
 
 
 ```username```  **—**  Instagram username to login with.
 ```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.)
 ```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`.
 ```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.