Skip to content

Commit

Permalink
Use keyword argument for verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed May 2, 2013
1 parent 84952f6 commit 1ff9014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prawtools/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():

try:
for comment in praw.helpers.comment_stream(session, subreddit,
options.verbose):
verbosity=options.verbose):
match = regex.search(comment.body)
if match:
keyword = match.group(1).lower()
Expand Down

0 comments on commit 1ff9014

Please sign in to comment.