Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
6883eeb
1
Parent(s):
104e1c7
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/" + str(datetime.datetime.timestamp)
|
15 |
|
16 |
def clean_up():
|
17 |
os.rmdir("./yt_download/")
|
|
|
11 |
global notify
|
12 |
notify = ""
|
13 |
global temp_addr
|
14 |
+
temp_addr = "./yt_download/" + str(int(datetime.datetime.timestamp))
|
15 |
|
16 |
def clean_up():
|
17 |
os.rmdir("./yt_download/")
|