Skip to content

Commit

Permalink
style: fix main.py formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylovejoy committed May 11, 2024
1 parent e553a81 commit a7d1837
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ async def main() -> None:
discord.utils.setup_logging()
async with aiohttp.ClientSession() as session:
async with database.DatabaseConnection(
f"postgres://"
f"{os.environ['PSQL_USER']}:"
f"{os.environ['PSQL_PASSWORD']}@db/doom3"
f"postgres://{os.environ['PSQL_USER']}:{os.environ['PSQL_PASSWORD']}@db/doom3"
) as pool:
assert pool is not None
async with core.Doom() as bot:
Expand Down

0 comments on commit a7d1837

Please sign in to comment.