Format again

This commit is contained in:
夜坂雅 2022-10-12 13:45:02 +08:00
parent d39d82f362
commit b7a17eff55
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ def write_details_to_disk(resp: LoginResponse, homeserver) -> None:
async def main() -> None:
if not os.path.exists("credentials.json"):
print(
"Auth token will be filled into file credentials.json."
)
print("Auth token will be filled into file credentials.json.")
homeserver = "https://matrix.example.org"
homeserver = input(f"Enter your homeserver URL: [{homeserver}] ")