summaryrefslogtreecommitdiffstats
path: root/arafetch
diff options
context:
space:
mode:
Diffstat (limited to 'arafetch')
-rwxr-xr-xarafetch/arafetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arafetch/arafetch.py b/arafetch/arafetch.py
index d3d69de..814c768 100755
--- a/arafetch/arafetch.py
+++ b/arafetch/arafetch.py
@@ -35,7 +35,7 @@ def get_data(cantine):
'action': 'aramark_menu2_content',
'id': cantinedb[cantine]
}
- ret = requests.post(f'http://mein.aramark.de/{cantine}/wp-admin/admin-ajax.php',data=data)
+ ret = requests.post(f'https://mein.aramark.de/{cantine}/wp-admin/admin-ajax.php',data=data)
if ret.status_code != 200:
log.error(ret)
raise ValueError('Return code is not 200')