diff --git a/src/sticker_convert/utils/auth/get_line_auth.py b/src/sticker_convert/utils/auth/get_line_auth.py index 01c9fdc..d8f1ad8 100755 --- a/src/sticker_convert/utils/auth/get_line_auth.py +++ b/src/sticker_convert/utils/auth/get_line_auth.py @@ -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,