fix
This commit is contained in:
parent
824efecf77
commit
09c815ba11
@ -183,8 +183,8 @@ class Settings(BaseSettings):
|
||||
def PROXY(self):
|
||||
if self.PROXY_HOST:
|
||||
return {
|
||||
"http": {self.PROXY_HOST},
|
||||
"https": {self.PROXY_HOST},
|
||||
"http": self.PROXY_HOST,
|
||||
"https": self.PROXY_HOST,
|
||||
}
|
||||
return None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user