From 331adaf820c3f9c37457be667bd1fc775802cb99 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 10 Jun 2020 00:40:22 +0200 Subject: fixup * update version regex to succesfully match only the version string + add missing import --- influx.py | 1 + 1 file changed, 1 insertion(+) (limited to 'influx.py') diff --git a/influx.py b/influx.py index 979176a..2a0dcf5 100644 --- a/influx.py +++ b/influx.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +import logging import time from influxdb import InfluxDBClient -- cgit v1.2.3-18-g5258