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