Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit fd471ef

Browse files
committed
Version 1.1.0
1 parent 840c822 commit fd471ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def calculate_loads(start_info, end_info, fps):
4747
except KeyError:
4848
sg.popup_error('Error (Start)', 'CMT is not Valid.',title='Error', icon=r'assets\pytime.ico') # Error Message
4949
return
50-
start_frame = get_frame(start_time, fps)
50+
start_frame = get_frame(start_info, fps)
5151
try:
5252
end_time = json_loads(end_info)['cmt']
5353
except JSONDecodeError:

0 commit comments

Comments
 (0)