From 74a9c391e9570e7d3fd7988adf7672abd747e00a Mon Sep 17 00:00:00 2001 From: Richard Bronkhorst Date: Tue, 18 Jul 2023 12:44:53 +0200 Subject: [PATCH] Update central_command.py --- nullptr/central_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nullptr/central_command.py b/nullptr/central_command.py index 9a880b9..4eab9ee 100644 --- a/nullptr/central_command.py +++ b/nullptr/central_command.py @@ -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)