flake8 compliant

This commit is contained in:
brb
2023-07-12 14:03:41 +02:00
parent d5bcf04e61
commit 387986e2d8
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ if __name__ == '__main__':
)
# extra data flush
if (
time.time() >= data_flush_time and
time.time() >= data_flush_time and
data_queue.qsize() > 0
):
logging.debug('triggered extra data flush')