mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2024-11-01 01:38:16 +01:00
better filename save (thanks to Itec)
This commit is contained in:
parent
cdd197965e
commit
baef7d190f
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ if __name__ == "__main__":
|
|||
if args.output == False:
|
||||
print(story)
|
||||
else:
|
||||
finalStrip.save(str(ist)+fileName+".png")
|
||||
finalStrip.save(fileName + str(ist).zfill(3) + ".png")
|
||||
|
||||
if args.a4:
|
||||
ypos = 100
|
||||
|
|
Loading…
Reference in a new issue