Fix time base setting when not verbose

This commit is contained in:
sparky8512 2021-01-19 19:05:41 -08:00
parent edcf2a2ee4
commit ab335e9227

View file

@ -230,7 +230,7 @@ def main():
if verbose:
print("Establishing new time base: " + str(new_counter) + " -> " +
str(datetime.fromtimestamp(timestamp, tz=timezone.utc)))
timestamp -= parsed_samples
timestamp -= parsed_samples
for i in range(parsed_samples):
gstate.points.append({