mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Bugfixes
This commit is contained in:
@ -40,7 +40,7 @@ def StripExt(Path):
|
||||
|
||||
def UndupeStr(Str, Known, Split):
|
||||
while Str in Known:
|
||||
Sections = Title.split(Split)
|
||||
Sections = Str.split(Split)
|
||||
try:
|
||||
Sections[-1] = str(int(Sections[-1]) + 1)
|
||||
except ValueError:
|
||||
|
Reference in New Issue
Block a user