Commit e3544fc8 authored by SohanDanushka's avatar SohanDanushka

Committing - commenting some part in lecturer_batch_process.py file.

parent bcb44959
...@@ -48,16 +48,16 @@ def save_lecturer_video_details(video): ...@@ -48,16 +48,16 @@ def save_lecturer_video_details(video):
return response[0] return response[0]
if __name__ == '__main__': # if __name__ == '__main__':
#
video = { # video = {
"lecturer": 1, # "lecturer": 1,
"subject": 16, # "subject": 16,
"lecturer_date": "2020-12-09", # "lecturer_date": "2020-12-09",
"lecture_video_name": "Video_test_19.mp4", # "lecture_video_name": "Video_test_19.mp4",
"lecture_video_length": "00:45:06" # "lecture_video_length": "00:45:06"
} # }
#
response = save_lecturer_video_details(video) # response = save_lecturer_video_details(video)
#
print('response: ', response) # print('response: ', response)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment