aboutsummaryrefslogtreecommitdiffstats
path: root/rmq.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-26 13:14:28 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-26 13:14:28 +0200
commit0502518c63c5b0e24650311dd18c462839573f54 (patch)
tree2f0d2ddac85e82ee5746361219bc94318a6af11d /rmq.py
parentsimplify threads and use local thread variables to manage user websocket conn... (diff)
remove pass
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)