fix windows filename bullshit
This commit is contained in:
parent
0c16ba1aea
commit
8bfabaee30
1 changed files with 1 additions and 1 deletions
2
robot.py
2
robot.py
|
@ -27,7 +27,7 @@ def ytdl_has(url):
|
||||||
|
|
||||||
|
|
||||||
def date():
|
def date():
|
||||||
return datetime.now().strftime("%Y-%m-%d@%H:%M")
|
return datetime.now().strftime("%Y-%m-%d@%H%M")
|
||||||
|
|
||||||
|
|
||||||
def download_ydl(urls):
|
def download_ydl(urls):
|
||||||
|
|
Loading…
Reference in a new issue