Update app2.py
Browse files
app2.py
CHANGED
@@ -277,7 +277,7 @@ def check_website(url):
|
|
277 |
print(f"The website {url} is accessible.")
|
278 |
else:
|
279 |
print(f"The website {url} returned status code: {response.status_code}")
|
280 |
-
|
281 |
except requests.exceptions.RequestException as e:
|
282 |
print(f"An error occurred while trying to access {url}: {e}")
|
283 |
|
|
|
277 |
print(f"The website {url} is accessible.")
|
278 |
else:
|
279 |
print(f"The website {url} returned status code: {response.status_code}")
|
280 |
+
notbook()
|
281 |
except requests.exceptions.RequestException as e:
|
282 |
print(f"An error occurred while trying to access {url}: {e}")
|
283 |
|