allow like egal to 0 ...

This commit is contained in:
poka 2020-11-29 23:42:57 +01:00
parent 7be1821efb
commit b05d33f398
1 changed files with 1 additions and 1 deletions

View File

@ -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: