Skip to content

Commit

Permalink
Fix session typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored Dec 12, 2022
1 parent 5ef9313 commit 02e322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mp_api/client/mprester.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(
try:
from mpcontribs.client import Client

self.contribs = Client(api_key, headers=self.headers, sesson=self.session)
self.contribs = Client(api_key, headers=self.headers, session=self.session)
except ImportError:
self.contribs = None
warnings.warn(
Expand Down

0 comments on commit 02e322f

Please sign in to comment.