Skip to content

Commit

Permalink
Remove conficting redundant signal
Browse files Browse the repository at this point in the history
  • Loading branch information
mzsawicki committed May 20, 2023
1 parent ffbe828 commit 856389b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superego/infrastructure/websockets/gameserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def __init__(

self._loop = asyncio.get_event_loop()
self._stopped: asyncio.Future = self._loop.create_future()
self._loop.add_signal_handler(signal.SIGTERM, self.stop)
self._loop.add_signal_handler(signal.SIGINT, self.stop)

def run(self) -> None:
Expand Down

0 comments on commit 856389b

Please sign in to comment.