aboutsummaryrefslogtreecommitdiffstats
path: root/rmq.py
diff options
context:
space:
mode:
Diffstat (limited to 'rmq.py')
-rw-r--r--rmq.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rmq.py b/rmq.py
index c8547d0..1d570bf 100644
--- a/rmq.py
+++ b/rmq.py
@@ -63,7 +63,6 @@ class Rmq(object):
except ConnectionClosed:
log.info(f"Connection lost, reconnecting to {self.host}")
- pass
time.sleep(2)