Skip to content

Commit

Permalink
delinting 👕
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Feb 20, 2016
1 parent 967ff54 commit e5809b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ntfy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def main(cli_args=None):
if args.backend:
config['backends'] = args.backend

if args.func == run_cmd and args.longer_than is None and 'longer_than' in config:
if args.func == run_cmd and args.longer_than is None and \
'longer_than' in config:
args.longer_than = config['longer_than']

if hasattr(args, 'func'):
Expand Down

0 comments on commit e5809b9

Please sign in to comment.