Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 94c2d96

Browse files
author
kurwjan
committed
finished repo preparation
1 parent efdc019 commit 94c2d96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lanisapi/authentication_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import httpx
22

3-
ad_header = { "user-agent": "LanisClient by kurwjan and contributors (soon on github)" }
3+
ad_header = { "user-agent": "LanisClient by kurwjan and contributors (https://github.com/kurwjan/LanisAPI/)" }
44

55
def get_session(schoolid, username, password):
66
url = "https://login.schulportal.hessen.de/"

src/lanisapi/lanisapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LanisClient:
1414
authenticated = False
1515
auth_cookies = httpx.Cookies
1616
logger = logging.getLogger("LanisClient")
17-
ad_header = { "user-agent": "LanisClient by kurwjan and contributors (soon on github)" }
17+
ad_header = { "user-agent": "LanisClient by kurwjan and contributors (https://github.com/kurwjan/LanisAPI/)" }
1818

1919
@dataclass
2020
class SubstitutionData:

0 commit comments

Comments
 (0)