mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Fix typo
This commit is contained in:
parent
1375171fb6
commit
518cab3eae
@ -13,7 +13,7 @@ webFile = request.urlopen("https://blog.torproject.org/events.xml")
|
||||
content = webFile.read()
|
||||
root = etree.fromstring(content)
|
||||
items = root.findall('channel/item')
|
||||
file_object = open('../../templates/stream.html', 'w')
|
||||
file_object = open('../../../templates/stream.html', 'w')
|
||||
for entry in items:
|
||||
title = entry.findtext('title')
|
||||
link = entry.findtext('link')
|
||||
|
Loading…
Reference in New Issue
Block a user