From 7f4e185b4436452be259b15b172c52e309770085 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 12 May 2013 04:25:36 +0200 Subject: [PATCH] Fixed bug with anonymous profile. --- automanga | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automanga b/automanga index e6435cc..0381786 100755 --- a/automanga +++ b/automanga @@ -70,9 +70,10 @@ else: else: mng = manga.local.manga(".") +mprof = None if profile is None else profile.getmanga(libname, mng.id, True) if profile is not None: profile.setlast() -reader = manga.reader.reader(mng, profile.getmanga(libname, mng.id, True)) +reader = manga.reader.reader(mng, mprof) reader.show() gtk.main() -- 2.11.0