Skip to content

Commit

Permalink
Merge pull request #18 from ironman9356/patch-1
Browse files Browse the repository at this point in the history
Adding support for old python versions
  • Loading branch information
Nazar1ky authored Dec 18, 2024
2 parents aa2fcfb + 2eaa6b1 commit e6c5ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run(self) -> None:
device_code = self.device_code(token)

console.input(
f"[bold][green]Login (press enter to continue):[/green] [red]{device_code["verification_uri_complete"]}",
f"[bold][green]Login (press enter to continue):[/green] [red]{device_code['verification_uri_complete']}",
)

try:
Expand Down

0 comments on commit e6c5ded

Please sign in to comment.