fixed paths
This commit is contained in:
parent
3fb59cdff7
commit
217a93d3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def zip_all_files():
|
||||||
#zip all files
|
#zip all files
|
||||||
current_epoch = time.time()
|
current_epoch = time.time()
|
||||||
output_file = f"{current_epoch}.zip"
|
output_file = f"{current_epoch}.zip"
|
||||||
os.system(f"zip -r {output_file} data/ytdl/*")
|
os.system(f"zip -r data/ytdl/{output_file} data/ytdl/*")
|
||||||
return output_file
|
return output_file
|
||||||
|
|
||||||
def upload_to_litterbox(input_file):
|
def upload_to_litterbox(input_file):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue