1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 15:01:17 +08:00
This commit is contained in:
YYDS
2022-02-04 12:50:00 +08:00
parent d88aaf3b01
commit d9816960c4
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ if not ipport:
ipport = "localhost:5700"
else:
ipport = ipport.lstrip("http://").rstrip("/")
sub_str = os.getenv("RES_SUB", "okyyds_yyds")
sub_str = os.getenv("RES_SUB", "okyyds_yyds_master")
sub_list = sub_str.split("&")
res_only = os.getenv("RES_ONLY", True)
headers = {

View File

@@ -28,7 +28,7 @@ if not ipport:
ipport = "localhost:5700"
else:
ipport = ipport.lstrip("http://").rstrip("/")
sub_str = os.getenv("RES_SUB", "okyyds_yyds")
sub_str = os.getenv("RES_SUB", "okyyds_yyds_master")
sub_list = sub_str.split("&")
res_only = os.getenv("RES_ONLY", True)
headers = {