chore: typo in frappeclient.py (#24854)

This commit is contained in:
Rehan Ansari 2024-02-11 16:36:30 +05:30 committed by GitHub
parent 17ebc5ee4d
commit b8e1979864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ class FrappeClient:
self.logout()
def _login(self, username, password):
"""Login/start a sesion. Called internally on init"""
"""Login/start a session. Called internally on init"""
r = self.session.post(
self.url,
params={"cmd": "login", "usr": username, "pwd": password},