fix: add logger definition to cli.py (fix CI lint F821)

This commit is contained in:
jackwener
2026-03-11 12:37:28 +08:00
parent f01ce77f20
commit 93840ba99b
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ StructuredMode = Optional[str]
WritePayload = Dict[str, Any]
WriteOperation = Callable[[TwitterClient], WritePayload]
logger = logging.getLogger(__name__)
console = Console(stderr=True)
FEED_TYPES = ["for-you", "following"]
SEARCH_PRODUCTS = ["Top", "Latest", "Photos", "Videos"]