Skip to content

Commit

Permalink
Blacked and isorted
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoderCarl committed Apr 23, 2024
1 parent 10c2de9 commit b4fc1bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ def http_requests(hosts: list):
logging.info(response.headers)
logging.info(response.ok)

logging.info(
f"{response.ok} is type {type(response.ok)}"
)
logging.info(f"{response.ok} is type {type(response.ok)}")

if response.status_code != 200:
telegram_sender.send_alert_to_telegram(
Expand Down

0 comments on commit b4fc1bf

Please sign in to comment.