UjjwalKGupta commited on
Commit
bd6b86c
·
verified ·
1 Parent(s): 3898abc

add wayback

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -188,9 +188,9 @@ def get_wayback_data():
188
  root = ET.fromstring(response.content)
189
 
190
  ns = {
191
- "wmts": "http://www.opengis.net/wmts/1.0",
192
- "ows": "http://www.opengis.net/ows/1.1",
193
- "xlink": "http://www.w3.org/1999/xlink",
194
  }
195
 
196
  # Use a robust XPath to find all 'Layer' elements anywhere in the document.
 
188
  root = ET.fromstring(response.content)
189
 
190
  ns = {
191
+ "wmts": "https://www.opengis.net/wmts/1.0",
192
+ "ows": "https://www.opengis.net/ows/1.1",
193
+ "xlink": "https://www.w3.org/1999/xlink",
194
  }
195
 
196
  # Use a robust XPath to find all 'Layer' elements anywhere in the document.