Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020-101
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sachith Fernando
2020-101
Commits
e3544fc8
Commit
e3544fc8
authored
Jan 06, 2021
by
SohanDanushka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Committing - commenting some part in lecturer_batch_process.py file.
parent
bcb44959
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
MonitorLecturerApp/logic/lecturer_batch_process.py
MonitorLecturerApp/logic/lecturer_batch_process.py
+13
-13
No files found.
MonitorLecturerApp/logic/lecturer_batch_process.py
View file @
e3544fc8
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment