mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-07 04:50:43 +02:00
docs: updating readme
This commit is contained in:
parent
b0df2f111b
commit
5a02be33ba
@ -71,7 +71,7 @@ with InfluxDBSession() as influx_client:
|
|||||||
},
|
},
|
||||||
"time": "2023-06-05T00:00:00Z", # Replace with your timestamp
|
"time": "2023-06-05T00:00:00Z", # Replace with your timestamp
|
||||||
}
|
}
|
||||||
influx_client.write_api.write(
|
influx_client.write(
|
||||||
bucket='my_new_bucket', record=record
|
bucket='my_new_bucket', record=record
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user