mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-22 01:15:33 +00:00
🐛 Supplementary proxy attributes (#31)
This commit is contained in:
parent
af1961be26
commit
7bdacf15f5
@ -55,8 +55,9 @@ class Config:
|
|||||||
PROXY = None
|
PROXY = None
|
||||||
if PROXY_ADDRESS and PROXY_PORT:
|
if PROXY_ADDRESS and PROXY_PORT:
|
||||||
PROXY = dict(
|
PROXY = dict(
|
||||||
|
scheme="socks5",
|
||||||
hostname=PROXY_ADDRESS,
|
hostname=PROXY_ADDRESS,
|
||||||
port=PROXY_PORT,
|
port=int(PROXY_PORT)
|
||||||
)
|
)
|
||||||
GIT_SOURCE = os.environ.get("PGM_GIT_SOURCE", config["git_source"])
|
GIT_SOURCE = os.environ.get("PGM_GIT_SOURCE", config["git_source"])
|
||||||
GIT_SOURCE = GIT_SOURCE.replace("TeamPGM/PagerMaid_Plugins/", "TeamPGM/PagerMaid_Plugins_Pyro/")
|
GIT_SOURCE = GIT_SOURCE.replace("TeamPGM/PagerMaid_Plugins/", "TeamPGM/PagerMaid_Plugins_Pyro/")
|
||||||
|
Loading…
Reference in New Issue
Block a user