Skip to content

Commit

Permalink
Use generated key when waiting netfunnel (#283)
Browse files Browse the repository at this point in the history
* Use new key

* changelog

* issue number
  • Loading branch information
ryanking13 authored Dec 27, 2024
1 parent a678c38 commit 8054c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Unreleased

## v2.6.3 (2024/12/27)

- netfunnel 관련 토큰 발급 오류 수정
([#283](https://github.com/ryanking13/SRT/pull/283))

## v2.6.2 (2024/12/23)

- netfunnel 관련 토큰 발급이 이미 완료된 경우에 대한 처리
Expand Down
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 8054c5f

Please sign in to comment.