mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 12:08:09 +08:00
fix PROXY_HOST
This commit is contained in:
@@ -183,8 +183,8 @@ class Settings(BaseSettings):
|
||||
def PROXY(self):
|
||||
if self.PROXY_HOST:
|
||||
return {
|
||||
"http": f"http://{self.PROXY_HOST}",
|
||||
"https": f"https://{self.PROXY_HOST}"
|
||||
"http": {self.PROXY_HOST},
|
||||
"https": {self.PROXY_HOST},
|
||||
}
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user