diff --git a/twspace_dl/__main__.py b/twspace_dl/__main__.py index cc04ad4..054ef5a 100644 --- a/twspace_dl/__main__.py +++ b/twspace_dl/__main__.py @@ -131,6 +131,7 @@ def space(args: argparse.Namespace) -> None: logging.basicConfig(level=logging.DEBUG if args.verbose else logging.INFO) + auth_token = "" if has_login: if args.input_cookie_file: if args.username and args.password and is_expired(args.input_cookie_file):