mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix config values not being available when not using config.ini file
This commit is contained in:
parent
08f6d0b865
commit
3a858e6a57
1 changed files with 2 additions and 0 deletions
|
|
@ -916,6 +916,8 @@ class Client(Methods, BaseClient):
|
|||
option,
|
||||
fallback=getattr(Client, option.upper())
|
||||
))
|
||||
else:
|
||||
setattr(self, option, getattr(Client, option.upper()))
|
||||
|
||||
if self._proxy:
|
||||
self._proxy["enabled"] = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue