Skip to content

Commit

Permalink
last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Jul 6, 2023
1 parent bcdc8a5 commit 5faa74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_insights_from_last_team_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
response = urlopen(req)
response.read()

print(f"SUCCESS: Message posted to {payload['channel']}\n")
print("SUCCESS: Message with insights sent to slack\n")
return 1
except HTTPError as e:
print(f"Request failed: {e.code} {e.reason}\n")
Expand Down

0 comments on commit 5faa74e

Please sign in to comment.