mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
Removed accidental change from long to int
This commit is contained in:
parent
bb9f7214a8
commit
51173133a2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class WsId(object):
|
||||||
|
|
||||||
self.pid = os.getpid()
|
self.pid = os.getpid()
|
||||||
|
|
||||||
self.threadId = int(_thread.get_ident())
|
self.threadId = long(_thread.get_ident())
|
||||||
|
|
||||||
def getNetworkId(self):
|
def getNetworkId(self):
|
||||||
return self.networkId
|
return self.networkId
|
||||||
|
|
Loading…
Add table
Reference in a new issue