Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jul 3, 2024
1 parent c412d43 commit 2862a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def notify_update(current_version: str, newer_version: str):

if sys.platform == "win32":
bell = "" # windows cannot display bell emoji character.
message.replace(":sparkles:", "")
message = message.replace(":sparkles:", "")
else:
bell = ":bell:"

Expand Down

0 comments on commit 2862a17

Please sign in to comment.