From 5cabd1b973ca3b0387a7919125e6fe7e5d700455 Mon Sep 17 00:00:00 2001 From: Ghost <62809003+Ghost6446@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:05:16 +0100 Subject: [PATCH] fix s --- update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.py b/update.py index d18796e..0fed552 100644 --- a/update.py +++ b/update.py @@ -95,8 +95,8 @@ def main_upload(): repository_name = 'StreamingCommunity_api' # Remove all old file - keep_specific_items(".", "video", "upload.py") + keep_specific_items(".", "videos", "upload.py") download_and_extract_latest_commit(repository_owner, repository_name) -main_upload() \ No newline at end of file +main_upload()