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)