mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-31 01:50:11 +00:00
commit
4189f35757
@ -36,7 +36,7 @@ for item in split:
|
||||
|
||||
|
||||
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)
|
||||
fulldir = f"{item}/{filename}"
|
||||
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