diff --git a/menu_scraper/menu_parser.py b/menu_scraper/menu_parser.py index 7549c88..b356d82 100644 --- a/menu_scraper/menu_parser.py +++ b/menu_scraper/menu_parser.py @@ -31,6 +31,8 @@ def get_menu_tables(soup): """ The 'summary' attribute should be something like "Wochenplan Uweg Ausgabe B (aktuelle Woche)". + + """ def is_menu_table(tag): return tag.name == 'table' and tag.has_attr('summary')\