mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +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'),
|
||||
'duration': duration,
|
||||
'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,
|
||||
'forumLink': forumlink}
|
||||
events.append(event)
|
||||
|
||||
Reference in New Issue
Block a user