Skip to content

Commit

Permalink
Use new key
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Dec 27, 2024
1 parent a678c38 commit 7e6954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRT/netfunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _wait_until_complete(self, key: str, nwait: str) -> str:

return self._wait_until_complete(key_, nwait_)
else:
return key
return key_

def _set_complete(self, key: str):
"""
Expand Down

0 comments on commit 7e6954e

Please sign in to comment.