Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 18, 2024
1 parent 0de81c8 commit 6c7ca7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sticker_convert/utils/url_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def detect(url: str) -> Optional[str]:
"kakaotalk://store/emoticon/"
):
return "kakao"

if domain == "stickers.viber.com":
return "viber"

Expand Down

0 comments on commit 6c7ca7f

Please sign in to comment.