mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Keep lang_code lowercase
This commit is contained in:
parent
9eaaf105c1
commit
7e5d593544
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ class Client(Methods):
|
|||
self.app_version = app_version
|
||||
self.device_model = device_model
|
||||
self.system_version = system_version
|
||||
self.lang_code = lang_code
|
||||
self.lang_code = lang_code.lower()
|
||||
self.ipv6 = ipv6
|
||||
self.proxy = proxy
|
||||
self.test_mode = test_mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue