tarina

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

commit 2f70f74c82c34d83c3c7aa5ab2cc7db3f6adb654
parent 886e7458815c581674d22e5266af672a25555eea
Author: rob <rob@tarina.org>
Date:   Mon, 17 Jun 2019 21:20:06 +0300

stupid bug fix

Diffstat:
MVERSION | 2+-
Mtarina.py | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/VERSION b/VERSION @@ -1,2 +1,2 @@ -1.0 +1.01 Leone diff --git a/tarina.py b/tarina.py @@ -1981,6 +1981,7 @@ def main(): elif pressed == 'middle' and menu[selected] == 'NEW' or filmname == '': newfilmname = nameyourfilm(filmfolder, filmname, abc, True) if filmname != newfilmname: + filmname = newfilmname os.makedirs(filmfolder + filmname) writemessage('Good luck with your film ' + filmname + '!') updatethumb = True