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