parent
b2017bd96b
commit
30fe963346
1
main.py
1
main.py
|
@ -58,7 +58,6 @@ def get_water_level():
|
||||||
|
|
||||||
TimeElapsed = StopTime - startTime
|
TimeElapsed = StopTime - startTime
|
||||||
distance = (TimeElapsed * 34300) / 2
|
distance = (TimeElapsed * 34300) / 2
|
||||||
debug_print(str(distance))
|
|
||||||
rounded_distance = int(distance)
|
rounded_distance = int(distance)
|
||||||
return str(rounded_distance)
|
return str(rounded_distance)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue