Skip to content

Commit

Permalink
Fix crash at start #59
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mishchenko committed Jul 16, 2020
1 parent 2212096 commit 3fd4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insomniac.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
args.interact,
int(args.likes_count),
int(args.follow_percentage),
int(args.follow_limit),
int(args.follow_limit) if args.follow_limit else None,
storage,
profile_filter,
on_interaction)
Expand Down

0 comments on commit 3fd4144

Please sign in to comment.