Skip to content

Commit

Permalink
fix: pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed Mar 30, 2024
1 parent 6da612d commit 2c0bd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tg/handlers/get_board_credentials_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def get_board_credentials(update: telegram.Update, tg_context):
reply(
load(
'get_board_credentials_handler__found',
username=creds["focalboardUsername"],
password=creds["focalboardPassword"]
username=creds["focalboardUsername"],
password=creds["focalboardPassword"]
),
update
)
Expand Down

0 comments on commit 2c0bd2c

Please sign in to comment.