diff options
author | 2018-05-26 13:14:28 +0200 | |
---|---|---|
committer | 2018-05-26 13:14:28 +0200 | |
commit | 0502518c63c5b0e24650311dd18c462839573f54 (patch) | |
tree | 2f0d2ddac85e82ee5746361219bc94318a6af11d | |
parent | simplify threads and use local thread variables to manage user websocket conn... (diff) |
remove pass
-rw-r--r-- | rmq.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ class Rmq(object): except ConnectionClosed: log.info(f"Connection lost, reconnecting to {self.host}") - pass time.sleep(2) |