Skip to content

Commit

Permalink
added x emoji if response not ok
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDevon3 committed Apr 15, 2024
1 parent 9b19178 commit 7cecdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi/requests_wifi_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
if response.status_code == 200:
print(f" | 🆗 Status Code: {response.status_code}")
else:
print(f" | | Status Code: {response.status_code}")
print(f" | Status Code: {response.status_code}")
print(f" | | Custom User-Agent Header: {headers['User-Agent']}")
print(f" | | Content-Type: {content_type}")
print(f" | | Response Timestamp: {date}")

0 comments on commit 7cecdd5

Please sign in to comment.