Skip to content

Commit 9088573

Browse files
committed
Updated driver to set clientHost and clientProcessId
1 parent 6c4ae66 commit 9088573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pynuodb/encodedsession.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def open_database(self, db_name, parameters, cp):
157157
self._putMessageId(protocol.OPENDATABASE).putInt(protocol.CURRENT_PROTOCOL_VERSION).putString(db_name).putInt(len(parameters))
158158
for (k, v) in parameters.items():
159159
self.putString(k).putString(v)
160-
161160
self.putNull().putString(cp.genClientKey())
162161

163162
self._exchangeMessages()

0 commit comments

Comments
 (0)