diff --git a/BotConnections.py b/BotConnections.py index e0ce4e7..2a0d252 100644 --- a/BotConnections.py +++ b/BotConnections.py @@ -61,7 +61,6 @@ def GetFileLocation(self): async def TickRelay(self): if (self.ShouldStop): return - try: self.ListenForConnections() self.HandleRecv()