Skip to content

Commit

Permalink
Can't use pprint.pp in 3.6, fixed that
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 27, 2023
1 parent 49e7124 commit 375661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def main():
print_connection_string(args.job_id)

elif args.command == "print-config":
pprint.pp(app_config.__dict__, indent=2, width=79)
pprint.pprint(app_config.__dict__, indent=2, width=79)

else:
arg_parser.print_help()
Expand Down

0 comments on commit 375661e

Please sign in to comment.