aboutsummaryrefslogtreecommitdiffstats
path: root/download_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'download_files.py')
-rw-r--r--download_files.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/download_files.py b/download_files.py
index ea433e7..3addec3 100644
--- a/download_files.py
+++ b/download_files.py
@@ -40,6 +40,7 @@ def get_files_list(my_file):
for elem in l1:
if is_valid_file(elem[1:-1]) == True:
valid_files.append(elem[1:-1])
+ valid_files.sort()
return valid_files
def is_valid_file(tested_file):