Update central_command.py

This commit is contained in:
Richard Bronkhorst 2023-07-18 12:44:53 +02:00
parent 2716fbf1aa
commit 74a9c391e9

View File

@ -61,7 +61,7 @@ class CentralCommand:
if request_counter == self.api.requests_sent:
self.atlas_builder.do_work()
else:
print('nowork')
pass # print('nowork')
self.store.flush()
sleep(0.5)