K00B404 commited on
Commit
e9acef8
·
verified ·
1 Parent(s): 1edf17e

Update thaTube.py

Browse files
Files changed (1) hide show
  1. thaTube.py +2 -2
thaTube.py CHANGED
@@ -104,8 +104,8 @@ class thaTube:
104
  # Usage
105
  #tuber = thaTube('https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz')
106
  class thaTube2:
107
- def __init__(self, tubelist=):
108
- # Autoplay as soon as the object is created
109
  self.streamlit_ui()
110
  self.playlist_url = tubelist
111
  self.current_audio_file = None
 
104
  # Usage
105
  #tuber = thaTube('https://www.youtube.com/playlist?list=PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz')
106
  class thaTube2:
107
+ def __init__(self, tubelist):
108
+ # Autoplay as soon as the object is created
109
  self.streamlit_ui()
110
  self.playlist_url = tubelist
111
  self.current_audio_file = None