diff --git a/server/main.py b/server/main.py index 38aa551..489fc3d 100644 --- a/server/main.py +++ b/server/main.py @@ -26,7 +26,7 @@ def clients_post(): phone = str(content['phone']) for i in range(1, 100): - suffix = str(i).zfill(3) + suffix = str(i).zfill(2) folder = phone + '_' + suffix path = output_folder / folder if not path.exists():