10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a193cf commit 414b8bbCopy full SHA for 414b8bb
influxdb/client.py
@@ -54,7 +54,7 @@ class InfluxDBClient(object):
54
establish a connection, defaults to None
55
:type timeout: int
56
:param use_udp: use UDP to connect to InfluxDB, defaults to False
57
- :type use_udp: int
+ :type use_udp: bool
58
:param udp_port: UDP port to connect to InfluxDB, defaults to 4444
59
:type udp_port: int
60
:param proxies: HTTP(S) proxy to use for Requests, defaults to {}
0 commit comments