From ae8d5c981ce1386be2ddc086b371e839467c21be Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Sun, 12 May 2024 21:51:24 +0100 Subject: [PATCH] login -> log in --- x_notes/tweets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x_notes/tweets.py b/x_notes/tweets.py index 3e30457a..865557cd 100644 --- a/x_notes/tweets.py +++ b/x_notes/tweets.py @@ -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)