[BUG] The set_settings()
method ignores the country
key when setting settings from the dictionary
#2065
Labels
bug
Something isn't working
Describe the bug
When I set the instance settings via dictionary in the
set_settings()
method, all parameters are assigned correctly exceptcountry
. Instead, the default value from the module code is set toUS
.To Reproduce
set_country()
method it worksTraceback
None
Expected behavior
I expect that all dictionary keys passed to
client.set_settings()
will be propagated to the session attributes.Screenshots
None
Desktop (please complete the following information):
Additional context
Also
client.load_settings()
ignores thecountry
dictionary key saved viaclient.dump_settings()
The text was updated successfully, but these errors were encountered: