mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Added .co as a valid domain
This commit is contained in:
parent
fd86395e98
commit
cacdfe7947
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ VALID_TLDS = [
|
|||
"uk",
|
||||
"us",
|
||||
"io",
|
||||
"co"
|
||||
]
|
||||
|
||||
VALID_UNITS = {
|
||||
|
|
Loading…
Add table
Reference in a new issue