Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 61024e0

Browse files
committed
Added version checking.
1 parent e78df40 commit 61024e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thetadata/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def connect(self):
113113
' Try restarting your system.')
114114
sleep(1)
115115
self._server.settimeout(self.timeout)
116-
#self._send_ver()
116+
self._send_ver()
117117
yield
118118
finally:
119119
if self.launch:

0 commit comments

Comments
 (0)