Преглед на файлове

One must refresh the data before requesting it

Christopher Nethercott преди 3 години
родител
ревизия
1c08a8f1ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -69,6 +69,7 @@ def main():
     init_db()
 
     while(1):
+        pihole.refresh()
         data = get_data_for_influxdb()
         if influxdb_client.write_points(data) == True:
             print("{} - Data written to DB successfully".format(datetime.datetime.now()))