From 1ce6a9d8d1a256ce9fbe98900dce5bfa7b227cb1 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Mon, 10 Jun 2019 08:28:07 +0100 Subject: [PATCH] add pip install --- fill_influxdb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fill_influxdb.py b/fill_influxdb.py index a27399b..c20e39f 100755 --- a/fill_influxdb.py +++ b/fill_influxdb.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# pip install influxdb from influxdb import InfluxDBClient # type: ignore from my.lastfm import get_scrobbles