longbox

comic book stash manager
git clone git://git.pyratebeard.net/longbox.git
Log | Files | Refs | README

commit 436db61cc8e248be7f8607928256ff6f9a577524
parent e955dc6b09100384d9865b93195947123a254ae0
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 29 Sep 2022 23:01:33 +0100

fixed NameError

Diffstat:
Mlongbox | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/longbox b/longbox @@ -220,7 +220,7 @@ if stash: """.format(stash_category) def stash_connection(db_file): - conn = none + conn = None try: conn = sqlite3.connect(db_file) stashcursor = conn.cursor()