Skip to content

Commit

Permalink
Updated xml feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 4, 2024
1 parent 969fc84 commit d9f9668
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
18 changes: 9 additions & 9 deletions docs/feed/hamburg_ueberseering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
</meal>
</category>
<category name="CampusWorld">
<meal>
<name>Kross gebackenes Panko-Chicken (3,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
<note>Geflügel</note>
<note>Milch und Milcherzeugnisse (einschließlich Laktose)</note>
<price role="employee">6.90</price>
<price role="other">8.10</price>
<price role="student">5.60</price>
</meal>
<meal>
<name>gebackener Panko - Tofu (2,Ei,So,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
Expand All @@ -56,6 +47,15 @@
<price role="other">7.00</price>
<price role="student">4.50</price>
</meal>
<meal>
<name>Kross gebackenes Panko-Chicken (3,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
<note>Geflügel</note>
<note>Milch und Milcherzeugnisse (einschließlich Laktose)</note>
<price role="employee">6.90</price>
<price role="other">8.10</price>
<price role="student">5.60</price>
</meal>
</category>
<category name="Pastabar">
<meal>
Expand Down
12 changes: 11 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,17 @@
<body>
<main>
<article>Parser for <a target="_blank" href="https://openmensa.org">openmensa.org</a>. The parser runs in a <a target="_blank" title="What's a Github action?" href="https://docs.github.com/en/actions">Github action<sup></sup></a> and pushes the XML feeds to this page</article>
<article><h3><a href="https://github.com/cvzi/mensahd/actions/">🗿 Parser status</a></h3></article>
<article><h3><a href="https://github.com/cvzi/mensahd/actions/">🗿 Parser status</a></h3>
<pre>mannheim/musikhochschule:
Traceback (most recent call last):
File "/home/runner/work/mensahd/mensahd/updateFeeds.py", line 145, in updateFeeds
content = getattr(parser, feedMethod)(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/mensahd/mensahd/mannheim/__init__.py", line 85, in feed
fromTo = document.find("h2").text.strip()
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'text'
</pre></article>
<article>
<ol style="list-style-type:none">
<li><h3 id="eppelheim"><a href="https://cvzi.github.io/mensahd/eppelheim.json">🐏 eppelheim.json</a></h3>
Expand Down
18 changes: 9 additions & 9 deletions docs/today/hamburg_ueberseering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@
</meal>
</category>
<category name="CampusWorld">
<meal>
<name>Kross gebackenes Panko-Chicken (3,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
<note>Geflügel</note>
<note>Milch und Milcherzeugnisse (einschließlich Laktose)</note>
<price role="employee">6.90</price>
<price role="other">8.10</price>
<price role="student">5.60</price>
</meal>
<meal>
<name>gebackener Panko - Tofu (2,Ei,So,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
Expand All @@ -56,6 +47,15 @@
<price role="other">7.00</price>
<price role="student">4.50</price>
</meal>
<meal>
<name>Kross gebackenes Panko-Chicken (3,GlW), Pakchoi - Sprossengemüse (2,So,Se,GlW), Spicy Pepper Sauce , Basmatireis</name>
<note>Ei und Eierzeugnisse</note>
<note>Geflügel</note>
<note>Milch und Milcherzeugnisse (einschließlich Laktose)</note>
<price role="employee">6.90</price>
<price role="other">8.10</price>
<price role="student">5.60</price>
</meal>
</category>
<category name="Pastabar">
<meal>
Expand Down

0 comments on commit d9f9668

Please sign in to comment.