Spaces:
Sleeping
Sleeping
Update thaTube.py
Browse files- thaTube.py +1 -1
thaTube.py
CHANGED
@@ -7,7 +7,7 @@ import pygame
|
|
7 |
|
8 |
class thaTube:
|
9 |
def __init__(self, tubelist='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
|
10 |
-
self.playlist_url =
|
11 |
self.current_audio_file = None
|
12 |
self.current_audio = None
|
13 |
self.is_playing = False
|
|
|
7 |
|
8 |
class thaTube:
|
9 |
def __init__(self, tubelist='PLUwVJKJgdARRdQ3Y3NFB9HMTjXTa5INcz'):
|
10 |
+
self.playlist_url = tubelist
|
11 |
self.current_audio_file = None
|
12 |
self.current_audio = None
|
13 |
self.is_playing = False
|