Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Sep 11, 2024
1 parent 3b1f20a commit aa65fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/utils/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def post(message):
if user_id:
message += f'<@{user_id}>'

message += f' [hostname: {os.getenv('HOSTNAME')}]'
message += f' [hostname: {os.getenv("HOSTNAME")}]'
message += f' {message}'

requests.post(
Expand Down

0 comments on commit aa65fbe

Please sign in to comment.