Removed accidental change from long to int

This commit is contained in:
Alex Haberlie 2016-06-02 14:37:11 -06:00
parent bb9f7214a8
commit 51173133a2

View file

@ -61,7 +61,7 @@ class WsId(object):
self.pid = os.getpid()
self.threadId = int(_thread.get_ident())
self.threadId = long(_thread.get_ident())
def getNetworkId(self):
return self.networkId