We use different apikeys in different instances. Setting it in one instance changed apikey in other instances too.
The error is in creating Configuration object by coping the default object, after it all instances shares the same apikey dictionary.
Steps to reproduce
- Create 2 instances of Configuration()
- Set apikey in one of them.
- See value from step 2 in all instances and in
default field