more data collection, as fast as possible please

This commit is contained in:
Franzi 2024-07-30 18:02:02 +02:00
parent 4d1850e996
commit 6ca1b8b1b4
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -128,7 +128,6 @@ if __name__ == "__main__":
try: try:
while True: while True:
client.request_and_publish() client.request_and_publish()
sleep(2)
except Exception as e: except Exception as e:
LOG.exception('oops') LOG.exception('oops')
client.stop() client.stop()