Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
3abe203
1
Parent(s):
63cf0fd
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from pytube import YouTube
|
|
11 |
global notify
|
12 |
notify = ""
|
13 |
global temp_addr
|
14 |
-
temp_addr = "/yt_download/" +
|
15 |
|
16 |
def clean_up():
|
17 |
hh.delete_folder("/yt_download")
|
|
|
11 |
global notify
|
12 |
notify = ""
|
13 |
global temp_addr
|
14 |
+
temp_addr = "/yt_download/" + datetime.datetime.now()
|
15 |
|
16 |
def clean_up():
|
17 |
hh.delete_folder("/yt_download")
|