mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-08 23:16:49 +00:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user