fixed filename output to not be a url
This commit is contained in:
parent
73679351d3
commit
5b8c433e95
2 changed files with 4 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ def main():
|
|||
zip_file = zip_all_files()
|
||||
output_url = upload_to_litterbox(zip_file)
|
||||
print(output_url)
|
||||
with open(f"data/ytdl/{output_url}.txt", "w") as output_file:
|
||||
with open(f"data/ytdl/{time.time()}.txt", "w") as output_file:
|
||||
output_file.write(output_url)
|
||||
output_file.close()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue