gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

commit 627c8302a952dadb2ac23c5f5e90177dacc77748
parent f01649bd631a8cf767dafc004c40ca7f5dd5249e
Author: rbckman <rob@tarina.org>
Date:   Sun, 12 May 2024 09:52:33 +0100

one more

Diffstat:
MVERSION | 2+-
Mgonzopi.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.55 +1.56 Jackson diff --git a/gonzopi.py b/gonzopi.py @@ -2701,7 +2701,7 @@ def namesomething(what, readymadeinput): def nameyourfilm(filmfolder, filmname, abc, newfilm): filmcount=len(getfilms(filmfolder)) oldfilmname = filmname - filmname = 'reel_'+str(filmcount).zfill(3) + filmname = 'reel_'+str(filmcount+1).zfill(3) #if newfilm == True: # filmname = '' pressed = ''