qingxu98 commited on
Commit
b73bd2c
1 Parent(s): e523543
docker_as_a_service/docker_as_a_service.py CHANGED
@@ -120,6 +120,8 @@ async def stream_generator(request_obj):
120
 
121
  # print(f"Successfully downloaded video {video_id}")
122
  existing_file_after_download = glob.glob(os.path.join(download_folder, '**', '*'))
 
 
123
  # existing_file_after_download = list(os.listdir(download_folder))
124
  # get the difference
125
  downloaded_files = [
 
120
 
121
  # print(f"Successfully downloaded video {video_id}")
122
  existing_file_after_download = glob.glob(os.path.join(download_folder, '**', '*'))
123
+ print("downloaded_files")
124
+ print(existing_file_after_download)
125
  # existing_file_after_download = list(os.listdir(download_folder))
126
  # get the difference
127
  downloaded_files = [