tracinginsights commited on
Commit
d26740e
·
1 Parent(s): 63a8ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def get_xml(url):
40
  # use urllib.parse to check for formula1.com website or other news
41
  xml = pd.read_xml(url,xpath='channel/item')
42
 
43
- previous_xml = get_xml(URL)
44
 
45
 
46
  # care taken to only consider results where there are more words not a single word quotes
 
40
  # use urllib.parse to check for formula1.com website or other news
41
  xml = pd.read_xml(url,xpath='channel/item')
42
 
43
+ previous_xml = pd.DataFrame()
44
 
45
 
46
  # care taken to only consider results where there are more words not a single word quotes