1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-04 07:02:26 -05:00

Try to fix issue #258

SiCKRAGETV/sickrage-issues#258

related to: SiCKRAGETV/sickrage-issues#471
This commit is contained in:
Fernando 2015-01-25 01:17:17 -02:00
parent 91cb8d885c
commit b9cbc661d4

View File

@ -934,6 +934,7 @@ class IOStream(BaseIOStream):
return self.socket
def close_fd(self):
if self.socket is not None:
self.socket.close()
self.socket = None