Spaces:
Sleeping
Sleeping
Commit ·
08519c5
1
Parent(s): 31e08b3
Bugfix 2
Browse files
Functions/video_player_functions.py
CHANGED
|
@@ -38,5 +38,4 @@ def change_video_completion_status(is_complete, video_pointer):
|
|
| 38 |
|
| 39 |
def get_number_of_videos():
|
| 40 |
n_videos = len(default_app.database().child("videos").get().val())
|
| 41 |
-
print(n_videos)
|
| 42 |
return n_videos
|
|
|
|
| 38 |
|
| 39 |
def get_number_of_videos():
|
| 40 |
n_videos = len(default_app.database().child("videos").get().val())
|
|
|
|
| 41 |
return n_videos
|