mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
fix time input in unlogger
This commit is contained in:
@@ -330,7 +330,7 @@ def keyboard_controller_thread(q, route_start_time):
|
||||
q.send_pyobj(TogglePause())
|
||||
elif c=="\n":
|
||||
try:
|
||||
seek_time_input = raw_input('time: ')
|
||||
seek_time_input = input('time: ')
|
||||
seek_time = absolute_time_str(seek_time_input, route_start_time)
|
||||
|
||||
q.send_pyobj(SeekAbsoluteTime(seek_time))
|
||||
|
||||
Reference in New Issue
Block a user