Skip to content

Commit

Permalink
Fix encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 3, 2024
1 parent 2862a17 commit 994c120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comfy_cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def notify_update(current_version: str, newer_version: str):
if sys.platform == "win32":
bell = "" # windows cannot display bell emoji character.
message = message.replace(":sparkles:", "")
message = message.replace(":arrow_up:", "")
else:
bell = ":bell:"

Expand Down

0 comments on commit 994c120

Please sign in to comment.