Skip to content

Commit

Permalink
just use shortcode for the emoji in ntfy done
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Feb 20, 2016
1 parent b84c852 commit 9f85fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntfy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run_cmd(args):
if duration <= args.longer_than:
return
if emojize is not None and not args.no_emoji:
prefix = '\u2705 ' if retcode == 0 else '\u274C '
prefix = ':white_check_mark: ' if retcode == 0 else ':x: '
else:
prefix = ''
return '{}"{}" {} in {:d}:{:02d} minutes'.format(
Expand Down

0 comments on commit 9f85fdb

Please sign in to comment.