Skip to content

Commit 40914d7

Browse files
committed
Обновление. Закомментированы потоки, работавшие с https://bash.im
1 parent fe66bb4 commit 40914d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

main.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ def main():
4747

4848

4949
if __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:

0 commit comments

Comments
 (0)