Skip to content

Commit

Permalink
Change default locale to en-GB (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim authored Sep 22, 2023
1 parent 74267a2 commit 667dbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgtg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
refresh_token=None,
user_id=None,
user_agent=None,
language="en-UK",
language="en-GB",
proxies=None,
timeout=None,
last_time_token_refreshed=None,
Expand Down

0 comments on commit 667dbb9

Please sign in to comment.