Skip to content

Commit 7cecdd5

Browse files
committed
added x emoji if response not ok
1 parent 9b19178 commit 7cecdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wifi/requests_wifi_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
if response.status_code == 200:
4949
print(f" | 🆗 Status Code: {response.status_code}")
5050
else:
51-
print(f" | | Status Code: {response.status_code}")
51+
print(f" | Status Code: {response.status_code}")
5252
print(f" | | Custom User-Agent Header: {headers['User-Agent']}")
5353
print(f" | | Content-Type: {content_type}")
5454
print(f" | | Response Timestamp: {date}")

0 commit comments

Comments
 (0)