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):
return response[0]
if __name__ == '__main__':
video = {
"lecturer": 1,
"subject": 16,
"lecturer_date": "2020-12-09",
"lecture_video_name": "Video_test_19.mp4",
"lecture_video_length": "00:45:06"
}
response = save_lecturer_video_details(video)
print('response: ', response)
\ No newline at end of file
# if __name__ == '__main__':
#
# video = {
# "lecturer": 1,
# "subject": 16,
# "lecturer_date": "2020-12-09",
# "lecture_video_name": "Video_test_19.mp4",
# "lecture_video_length": "00:45:06"
# }
#
# response = save_lecturer_video_details(video)
#
# print('response: ', response)
\ 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