mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
File name updated
File name updated for better display on flipper
This commit is contained in:
parent
1eb2b808e9
commit
509f21fea1
@ -36,7 +36,7 @@ for item in split:
|
|||||||
|
|
||||||
|
|
||||||
if (key_dec % item) == 0:
|
if (key_dec % item) == 0:
|
||||||
filename = f"CAME_{item}_{int(key_dec / item)}.sub"
|
filename = f"CAME_{item}_{int(key_dec / item):003}.sub"
|
||||||
os.makedirs(f"{item}", exist_ok=True)
|
os.makedirs(f"{item}", exist_ok=True)
|
||||||
fulldir = f"{item}/{filename}"
|
fulldir = f"{item}/{filename}"
|
||||||
with open(fulldir, "w") as f:
|
with open(fulldir, "w") as f:
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user