File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ def main():
4747
4848
4949if __name__ == '__main__' :
50- Thread (target = download_main_page_quotes , args = [log , DIR_COMICS ]).start ()
51- Thread (target = download_seq_page_quotes , args = [log , DIR_COMICS ]).start ()
52- Thread (target = download_random_quotes , args = [log , DIR_COMICS ]).start ()
50+ # TODO: Вернуть, если https://bash.im станет доступен
51+ # Thread(target=download_main_page_quotes, args=[log, DIR_COMICS]).start()
52+ # Thread(target=download_seq_page_quotes, args=[log, DIR_COMICS]).start()
53+ # Thread(target=download_random_quotes, args=[log, DIR_COMICS]).start()
54+ # Thread(target=run_parser_health_check, args=[log]).start()
5355 Thread (target = do_backup , args = [log_backup ]).start ()
54- Thread (target = run_parser_health_check , args = [log ]).start ()
5556
5657 while True :
5758 try :
You can’t perform that action at this time.
0 commit comments