Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Sep 8, 2022
1 parent e4ad7ea commit c4817d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytroll_monitor/monitor_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def send_message(self, status, msg):
"status_code": status,
"plugin_output": msg}
with requests.post(self.monitor_server,
auth=self.monitor_auth,
json=json_data) as response:
auth=self.monitor_auth,
json=json_data) as response:
response.raise_for_status()
return response

0 comments on commit c4817d8

Please sign in to comment.