Commit d127ae60 by Karsa Zoltán István

bugfix

parent 28fad0c3
......@@ -67,8 +67,8 @@ def main():
with requests.Session() as session:
shibboleth_auth(session, ILIAS_URL, {
# BME címtár belépési adatok
'j_username': print(os.environ['USER']),
'j_password': print(os.environ['PASS']),
'j_username': os.environ['M_USER'],
'j_password': os.environ['M_PASS'],
'_shib_idp_revokeConsent': '1',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment