Fix
This commit is contained in:
parent
b599a4a483
commit
bf82596b00
1 changed files with 4 additions and 4 deletions
|
@ -53,13 +53,13 @@ def main():
|
||||||
|
|
||||||
data = dataBuffer.pop(0)
|
data = dataBuffer.pop(0)
|
||||||
|
|
||||||
if config.loggingMode == 'rabbitmq':
|
if config.loggingMode == 'rabbitmq':
|
||||||
|
|
||||||
rabbitmq.publish(f"{data}")
|
rabbitmq.publish(f"{data}")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
print("Not yet implemented")
|
print("Not yet implemented")
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
failureEvent.set()
|
failureEvent.set()
|
||||||
|
|
Loading…
Reference in a new issue