Skip to content

Commit

Permalink
Remove connection start() as deprecated
Browse files Browse the repository at this point in the history
This function was deprecated in stomppy 6.1.0.
  • Loading branch information
tofu-rocketry committed Sep 11, 2024
1 parent ed6501a commit 7635b5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssm/ssm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ def start_connection(self):
raise Ssm2Exception('Called start_connection() before a \
connection object was initialised.')

self._conn.start()
self._conn.connect(wait=False)

i = 0
Expand Down

0 comments on commit 7635b5f

Please sign in to comment.