We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8640ef commit 4ca46efCopy full SHA for 4ca46ef
1 file changed
legistar/base.py
@@ -186,7 +186,7 @@ def parseDataTable(self, table):
186
if field.find('.//a') is not None:
187
address = self._get_link_address(field.find('.//a'))
188
if address:
189
- if key in ['', 'ics'] and 'View.ashx?M=IC' in address:
+ if key.strip() in ['', 'ics'] and 'View.ashx?M=IC' in address:
190
key = 'iCalendar'
191
value = {'url': address}
192
else:
0 commit comments