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

chore(client): ensure UDP port is actually an int. Closes #651. #815

Merged
merged 2 commits into from
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update DataFrameClient to fix faulty empty tags (#770 thx @michelfripiat)
- Update DataFrameClient to properly return `dropna` values (#778 thx @jgspiro)
- Update DataFrameClient to test for pd.DataTimeIndex before blind conversion (#623 thx @testforvin)
- Update client to type-set UDP port to int (#651 thx @yifeikong)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion influxdb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self,
self._verify_ssl = verify_ssl

self.__use_udp = use_udp
self.__udp_port = udp_port
self.__udp_port = int(udp_port)

if not session:
session = requests.Session()
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy