Skip to content

Commit

Permalink
fix unset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu1845 committed Feb 23, 2022
1 parent a845233 commit 51f4f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twspace_dl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 51f4f88

Please sign in to comment.