mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Reformat terms display
This commit is contained in:
parent
519e9c8613
commit
0a00d2a8ee
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class Client:
|
|||
terms = self.session.start()
|
||||
|
||||
if self.user_id is None:
|
||||
print(terms, "\n")
|
||||
print("\n".join(terms.splitlines()), "\n")
|
||||
|
||||
self.user_id = self.authorize()
|
||||
self.save_session()
|
||||
|
|
|
|||
Loading…
Reference in a new issue