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