disable thursday_target

This commit is contained in:
norohind 2021-11-29 19:13:44 +03:00
parent 9349aace76
commit 02424bd72d
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -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)