Spaces:
Sleeping
Sleeping
Update Deliverable2.py
Browse files- Deliverable2.py +1 -1
Deliverable2.py
CHANGED
@@ -49,7 +49,7 @@ class URLValidator:
|
|
49 |
except Exception as e:
|
50 |
return {"Error": str(e)}
|
51 |
|
52 |
-
}
|
53 |
|
54 |
queries_urls = [
|
55 |
("Climate change effects", "https://www.nationalgeographic.com/environment/article/climate-change-overview"),
|
|
|
49 |
except Exception as e:
|
50 |
return {"Error": str(e)}
|
51 |
|
52 |
+
}}
|
53 |
|
54 |
queries_urls = [
|
55 |
("Climate change effects", "https://www.nationalgeographic.com/environment/article/climate-change-overview"),
|