Skip to content

Commit

Permalink
remove windows workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Dec 19, 2024
1 parent 7a31eb6 commit 69fa164
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tremolo/tremolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ def _handle_reload(self, **info):
if process.exitcode == 0:
print('pid %d terminated' % process.pid)
else:
# this is a workaround, especially on Windows
# to trigger renew socket
kwargs['_sock'] = None

self.manager.spawn(
self._worker, args=args, kwargs=kwargs,
exit_cb=self._handle_reload
Expand Down

0 comments on commit 69fa164

Please sign in to comment.