fixed debug output

This commit is contained in:
Dipti
2020-12-15 16:02:40 -08:00
parent 5290697231
commit cfdc62bcb8

View File

@@ -98,6 +98,7 @@ class IPV4L4(LFCliBase):
expected_passes += 1
while cur_time < interval_time:
time.sleep(1)
if self.debug:
print(".",end="")
cur_time = datetime.datetime.now()