Skip to content

Commit 78e99a1

Browse files
authored
fix
1 parent a7c2a8f commit 78e99a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emf/common/integrations/rabbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(self,
6868
port=self._port,
6969
virtual_host=self._vhost,
7070
credentials=pika.PlainCredentials(username, password),
71-
heartbeat: None if RMQ_HEARTBEAT_IN_SEC == "0" else int(RMQ_HEARTBEAT_IN_SEC))
71+
heartbeat= None if RMQ_HEARTBEAT_IN_SEC == "0" else int(RMQ_HEARTBEAT_IN_SEC))
7272

7373

7474

0 commit comments

Comments
 (0)