K00B404 commited on
Commit
b10c3d2
·
verified ·
1 Parent(s): e940ea9

Update thaTube.py

Browse files
Files changed (1) hide show
  1. thaTube.py +1 -1
thaTube.py CHANGED
@@ -15,7 +15,7 @@ class thaTube2:
15
  self.playlist_url = playlist_url
16
  self.current_audio_file = None
17
  self.video_url = None
18
- self.playlist_url = playlist_url
19
  # Autoplay as soon as the object is created
20
  self.streamlit_ui()
21
 
 
15
  self.playlist_url = playlist_url
16
  self.current_audio_file = None
17
  self.video_url = None
18
+ self.tubelist = playlist_url
19
  # Autoplay as soon as the object is created
20
  self.streamlit_ui()
21