lists: bc2 fix type
This commit is contained in:
parent
7ef321280e
commit
de2ca16913
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class BypassCensorship2(BaseModel):
|
|||
|
||||
|
||||
def mirror_sites(provider: str = "cloudfront") -> Dict[
|
||||
str, Union[str, List[Dict[Union[str, List[Dict[str, str]]]]]]]:
|
||||
str, Union[str, List[Dict[str, Union[str, List[Dict[str, str]]]]]]]:
|
||||
return {
|
||||
"version": "2.0",
|
||||
"sites": [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue