X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=automanga;h=0381786b830ef00871330c2ed29326d8165641cd;hb=fab0538835546d145a61ffe2771bcb0a23f89a50;hp=e6435ccad109dcb4da526fbfaca39cad6a3214c2;hpb=012c4cae7ca181ac6a6fbb85c8f808cc1259470c;p=automanga.git 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()