X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=blobdiff_plain;f=getmanga;fp=getmanga;h=aa833590d0c65d85f0addbcf0526eb169c593d4f;hp=a7200623a1f1c2f67e92242aceea2164c6364f0a;hb=1e88082799e9103bd475197d0f30bc2d23783b55;hpb=0d299ac79ff30e3d6ed288d58e3f11fda6891c60 diff --git a/getmanga b/getmanga index a720062..aa83359 100755 --- a/getmanga +++ b/getmanga @@ -198,6 +198,9 @@ def main(): else: profile = manga.profile.profile.byname(profnm) + if props.get("getnames", "") == "yes": + getnames = True + if len(args) == 2: usage(sys.stderr) sys.exit(1)