Fully sync name and file name

This commit is contained in:
Johan van Eck 2025-07-26 12:31:56 +03:00
parent ae132ff1c4
commit 2f1995ef49
199 changed files with 9 additions and 5 deletions

2
scripts/utils/strings.py Normal file
View file

@ -0,0 +1,2 @@
def get_file_name(profile_name):
return profile_name.replace("/", "-").replace("[", "(").replace("]", ")")