This commit is contained in:
2026-07-09 10:26:27 -04:00
parent 79f9a1dbc2
commit da5206c6a6
9 changed files with 170 additions and 60 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ def upload_vector_file(vector_file_to_upload):
root_path = '/srv/ftp/railing/2024'
root_path = '/srv/ftp/railing/2026/'
to_put = list()
for root, dirs, files in os.walk(root_path):
for x in files: