Campfireman commited on
Commit
3abe203
·
1 Parent(s): 63cf0fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/" + datatime.datetime.now()
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")