Skip to content

Commit

Permalink
feat(): disable bistro im bic b/c of changes on website
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Mar 26, 2024
1 parent 83b3f0b commit d600b87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class BistroImBic extends Mittagstisch {
public BistroImBic(final int days) {
Bistro bistro = new Bistro();
bistro.setDaily(true);
bistro.setDisabled(true);
bistro.setDays(days);
bistro.setLunchSelector("div.content_main_dho p");
bistro.setName("Bistro im BIC");
Expand Down

0 comments on commit d600b87

Please sign in to comment.