Skip to content

Commit

Permalink
Create client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeran authored Jun 14, 2017
1 parent 650e16e commit 536358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpy-client/tabpy_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self,
if query_timeout is not None and query_timeout > 0:
self.query_timeout = query_timeout
else:
self.query_timeout = 0.0
self.query_timeout = None

def __repr__(self):
return (
Expand Down

0 comments on commit 536358b

Please sign in to comment.