From b05d33f3983d78cedfa47f1a2ceb50c8ca580157 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 29 Nov 2020 23:42:57 +0100 Subject: [PATCH] allow like egal to 0 ... --- gchange-profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gchange-profile.py b/gchange-profile.py index 77e6bb7..1fa78da 100755 --- a/gchange-profile.py +++ b/gchange-profile.py @@ -43,7 +43,7 @@ args = parser.parse_args() # Build gchange class if sys.argv[1] == "like": - if args.stars: + if args.stars or args.stars == 0: gchange = SendLikes(dunikey, pod) gchange.like(args.profile, args.stars) else: