diff --git a/scrape.py b/scrape.py index 80e277e..b87363e 100644 --- a/scrape.py +++ b/scrape.py @@ -81,8 +81,6 @@ def get_formatted_body(post): if post['description']: formatted_body += '

'+post['description']+'

' - formatted_body += post['url'] - return formatted_body async def main(): event_type_prefix = 'de.lubiland.snowstorm-matrix.'