updated save path for text file
This commit is contained in:
parent
b45db6c54b
commit
d6fd8f7b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def main():
|
||||||
zip_file = zip_all_files()
|
zip_file = zip_all_files()
|
||||||
output_url = upload_to_litterbox(zip_file)
|
output_url = upload_to_litterbox(zip_file)
|
||||||
print(output_url)
|
print(output_url)
|
||||||
with open(f"{time.time()}.txt", "w") as output_file:
|
with open(f"data/ytdl/{time.time()}.txt", "w") as output_file:
|
||||||
output_file.write(output_url)
|
output_file.write(output_url)
|
||||||
output_file.close()
|
output_file.close()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue