fix windows filename bullshit
This commit is contained in:
parent
9ce44d1e52
commit
3e581b97de
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():
|
||||
return datetime.now().strftime("%Y-%m-%d@%H:%M")
|
||||
return datetime.now().strftime("%Y-%m-%d@%H%M")
|
||||
|
||||
|
||||
def download_ydl(urls):
|
||||
|
|
Loading…
Reference in a new issue