Skip to content

Commit

Permalink
https://github.com/kfei/slack-cleaner/pull/37
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 8, 2017
1 parent cc00c91 commit fcf8c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_cleaner/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):
help='Run quietly, does not log messages deleted')

# Rate limit
p.add_argument('--rate', type=int,
p.add_argument('--rate', type=float,
help='Delay between API calls (in seconds)')

# Type
Expand Down

0 comments on commit fcf8c99

Please sign in to comment.