Fix time base setting when not verbose
This commit is contained in:
parent
edcf2a2ee4
commit
ab335e9227
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def main():
|
||||||
if verbose:
|
if verbose:
|
||||||
print("Establishing new time base: " + str(new_counter) + " -> " +
|
print("Establishing new time base: " + str(new_counter) + " -> " +
|
||||||
str(datetime.fromtimestamp(timestamp, tz=timezone.utc)))
|
str(datetime.fromtimestamp(timestamp, tz=timezone.utc)))
|
||||||
timestamp -= parsed_samples
|
timestamp -= parsed_samples
|
||||||
|
|
||||||
for i in range(parsed_samples):
|
for i in range(parsed_samples):
|
||||||
gstate.points.append({
|
gstate.points.append({
|
||||||
|
|
Loading…
Reference in a new issue