Merge branch 'master' of https://git.wbell.dev/Ugric/cov-to-ics
This commit is contained in:
3
main.py
3
main.py
@@ -116,6 +116,7 @@ def fetch_timetable(username, password):
|
||||
session = requests.Session()
|
||||
session.auth = HttpNtlmAuth(username, password)
|
||||
|
||||
session.verify = False
|
||||
r = session.get(URL)
|
||||
r.raise_for_status()
|
||||
|
||||
@@ -211,4 +212,4 @@ def login_and_download():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(debug=True)
|
||||
app.run(debug=True, host="0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user