Skip to content

Commit

Permalink
click color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcDufresne committed Mar 27, 2018
1 parent 0a306f6 commit c1f9bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page_monitor/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def run_monitor(tasks_file):
ActionTelegram(str(params['chat_id']), params['token']))
else:
click.echo(
click.style(f"Unrecognized action type {action.keys()[0]}",
fg='orange'))
click.style(f"Unrecognized action type {action_type}",
fg='yellow'))

# Process conditions here
conditions = []
Expand Down

0 comments on commit c1f9bd5

Please sign in to comment.