diff --git a/main_windows.py b/main_windows.py index 5881395..638828d 100644 --- a/main_windows.py +++ b/main_windows.py @@ -227,7 +227,7 @@ # Start concatenation if downloads were successful if not has_error: - sleep(1) + time.sleep(1) if 'live' in lesson_video_data['data'] and len(lesson_video_data['data']['live']) > 0: print(f"Concatenating {name_prefix}") concatenate_segments(CACHE_FOLDER, DOWNLOAD_FOLDER, name_prefix, len(lesson_video_data['data']['live']))