We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c2a8f commit 78e99a1Copy full SHA for 78e99a1
emf/common/integrations/rabbit.py
@@ -68,7 +68,7 @@ def __init__(self,
68
port=self._port,
69
virtual_host=self._vhost,
70
credentials=pika.PlainCredentials(username, password),
71
- heartbeat: None if RMQ_HEARTBEAT_IN_SEC == "0" else int(RMQ_HEARTBEAT_IN_SEC))
+ heartbeat= None if RMQ_HEARTBEAT_IN_SEC == "0" else int(RMQ_HEARTBEAT_IN_SEC))
72
73
74
0 commit comments