Skip to content

Commit 4a59e91

Browse files
authored
Update influx_cloud.py
1 parent d80271b commit 4a59e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/influx_cloud.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
Configure credentials
1212
"""
1313
influx_cloud_url = 'https://us-west-2-1.aws.cloud2.influxdata.com'
14-
influx_cloud_token = 'a96jOZxh7iUhhZXRupKWGpLBhYnOVeP0hp1AWima2vQy5VCZPonvhHVa2NwpBpevIyQ96kLewS0jaLNC0kycnw=='
15-
bucket = 'QSLHA'
16-
org = 'jakub_bednar'
14+
influx_cloud_token = '...'
15+
bucket = '...'
16+
org = '...'
1717

1818
client = InfluxDBClient(url=influx_cloud_url, token=influx_cloud_token)
1919
try:

0 commit comments

Comments
 (0)