Skip to content

Commit

Permalink
login -> log in
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 12, 2024
1 parent 7e84201 commit ae8d5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x_notes/tweets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def login() -> API:
account_kwargs["proxy"] = proxy
cookies = environ.get("COOKIES")
if cookies:
logger.info("Cookie found. No need to login")
logger.info("Cookie found. No need to log in")
account_kwargs["cookies"] = cookies

await api.pool.add_account(**account_kwargs)
Expand Down

0 comments on commit ae8d5c9

Please sign in to comment.