diff --git a/main.py b/main.py index b845500..4de83f3 100644 --- a/main.py +++ b/main.py @@ -58,6 +58,7 @@ def get_water_level(): TimeElapsed = StopTime - startTime distance = (TimeElapsed * 34300) / 2 + debug_print(str(distance)) rounded_distance = int(distance) return str(rounded_distance)