Browse Source

Fix data_ts when clock is updated

tags/nilmtools-1.0.2^0
Jim Paris 11 years ago
parent
commit
36e5af4be1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/insert.py

+ 1
- 1
src/insert.py View File

@@ -246,7 +246,7 @@ def main(argv = None):
timestamp_to_human(data_ts),
timestamp_to_human(clock_ts))
stream.finalize()
data_ts_base = clock_ts
data_ts_base = data_ts = clock_ts
data_ts_inc = 0

# Don't use this clock time anymore until we update it


Loading…
Cancel
Save