Accidental underscore insertion removal

This commit is contained in:
Alex Haberlie 2016-06-02 14:40:02 -06:00
parent 51173133a2
commit 1eaab02dd8

View file

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