Skip to content

Commit

Permalink
Fix network name is no longer available error
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Feb 20, 2024
1 parent a91f986 commit d7aa59a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,4 @@ def close(self, reason='unspecified'):

if self.transport:
self.transport.close()
self.transport = None

0 comments on commit d7aa59a

Please sign in to comment.