From 02424bd72d431bb1c1db42ca10ddbb8afeb55162 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:13:44 +0300 Subject: [PATCH] disable thursday_target --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f61d5c6..b4e088f 100644 --- a/main.py +++ b/main.py @@ -229,7 +229,7 @@ if __name__ == '__main__': while True: can_be_shutdown = False - update(amount_to_update=500, thursday_target=True) + update(amount_to_update=500, thursday_target=False) if shutting_down: exit(0)