maryna7679 commited on
Commit
26b2748
·
1 Parent(s): d1a4179
Functions/video_player_functions.py CHANGED
@@ -37,4 +37,6 @@ def change_video_completion_status(is_complete, video_pointer):
37
 
38
 
39
  def get_number_of_videos():
40
- return len(default_app.database().child("videos").get().val())
 
 
 
37
 
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