1
0
Fork 0
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:
oloturia 2021-05-10 14:55:56 +02:00
parent cdd197965e
commit baef7d190f

View file

@ -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