Skip to content

Commit

Permalink
lastrada: switched to https finally
Browse files Browse the repository at this point in the history
  • Loading branch information
trnila committed Oct 14, 2024
1 parent 38d5229 commit 4e94138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunches.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def trebovicky_mlyn(dom):
)


@restaurant("La Strada", "http://www.lastrada.cz/cz/?tpl=plugins/DailyMenu/print&week_shift=", Location.Poruba)
@restaurant("La Strada", "https://www.lastrada.cz/cz/?tpl=plugins/DailyMenu/print&week_shift=", Location.Poruba)
def lastrada(dom):
day_nth = datetime.datetime.today().weekday()

Expand Down

0 comments on commit 4e94138

Please sign in to comment.