• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision28d9f30b476ae6ab233787010cb665bf9906a5ad (tree)
Zeit2019-12-10 17:58:32
AutorDan Villiom Podlaski Christiansen <dan@mage...>
CommiterDan Villiom Podlaski Christiansen

Log Message

change image url

Ändern Zusammenfassung

Diff

diff -r 25ad7d87073e -r 28d9f30b476a menu.py
--- a/menu.py Tue Dec 10 09:54:37 2019 +0100
+++ b/menu.py Tue Dec 10 09:58:32 2019 +0100
@@ -26,7 +26,7 @@
2626 MY_URL = 'https://git.magenta.dk/internal/aarhus/food'
2727 DEFAULT_URL = 'http://madhimlen.dk/index.php/firmafrokost/ugens-menu'
2828 ICON_URL = (
29- 'https://git.magenta.dk/uploads/-/system/project/avatar/36/clipart.png'
29+ 'https://hg.sr.ht/~danchr/food/raw/default/images/madhimlen-logo-sort-orange.png'
3030 )
3131
3232 session = requests.Session()