mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-12 15:01:17 +08:00
update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user