mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Try and make the best of a bad situation, don't clump the words together from CCP's fail
This commit is contained in:
@@ -186,7 +186,7 @@ class OpTimerHandler(BaseHandler):
|
|||||||
'eventTitle': node.getAttribute('eventTitle'),
|
'eventTitle': node.getAttribute('eventTitle'),
|
||||||
'duration': duration,
|
'duration': duration,
|
||||||
'isImportant': int(node.getAttribute('importance')),
|
'isImportant': int(node.getAttribute('importance')),
|
||||||
'eventText': ''.join(BeautifulSoup(node.getAttribute('eventText')).findAll(text=True)),
|
'eventText': ' '.join(BeautifulSoup(node.getAttribute('eventText')).findAll(text=True)),
|
||||||
'endsIn':endsIn,
|
'endsIn':endsIn,
|
||||||
'forumLink': forumlink}
|
'forumLink': forumlink}
|
||||||
events.append(event)
|
events.append(event)
|
||||||
|
|||||||
Reference in New Issue
Block a user