Browse Source

Added link to Hackster project

Samuel Vestlin 6 years ago
parent
commit
23edd693da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      read_energy_meter.py

+ 1 - 1
read_energy_meter.py

@@ -102,7 +102,7 @@ class DataCollector:
                         log.error("Unexpected error:", sys.exc_info()[0])
                         raise
 
-            datas[meter['id']]['Time to read'] =  time.time() - start_time
+            datas[meter['id']]['Read time'] =  time.time() - start_time
 
         json_body = [
             {