Skip to content

Commit

Permalink
fix(): update name for tapetenwerk
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Dec 26, 2024
1 parent 2cdc1f6 commit bc42c9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public Kantine3(final int days) {
bistro.setDaily(true);
bistro.setDays(days);
bistro.setLunchSelector("main section div div p");
bistro.setName("Kantine 3 (im Tapetenwerk)");
bistro.setUrl("http://www.tapetenwerk.de/aktuelles/speiseplan-kantine/");
bistro.setName("Rocky Maria - Kantine Tapetenwerk");
bistro.setUrl("https://www.tapetenwerk.de/aktuelles/speiseplan-kantine/");
bistro.setWeekSelector("main section div div h1");
bistro.setWeekSelectorXPath("");
this.setBistro(bistro);
Expand Down

0 comments on commit bc42c9e

Please sign in to comment.