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 6, 2024
1 parent f83d1a4 commit 136a48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sticker_convert/utils/auth/get_line_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class GetLineAuth:
def get_cred(self) -> Optional[str]:
browsers: List[Callable[..., Any]] = [
rookiepy.load, # Supposed to load from any browser, but may fail
rookiepy.load, # Supposed to load from any browser, but may fail
rookiepy.firefox,
rookiepy.librewolf,
rookiepy.chrome,
Expand Down

0 comments on commit 136a48b

Please sign in to comment.