Change testing to false
This commit is contained in:
parent
74518bc568
commit
adf8b5e22e
@ -33,7 +33,7 @@ def scrape():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
testing = True
|
testing = False
|
||||||
will_exit = False
|
will_exit = False
|
||||||
|
|
||||||
hours = 3
|
hours = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user