Documented apiMirrors

This commit is contained in:
Dylan
2022-09-01 23:54:15 +01:00
parent bf46166b02
commit 27accd7a5a
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,8 @@ if not os.path.exists("config.json"):
"api":{"api_key":"[api_key goes here]",
"api_secret":"[api_secret goes here]",
"access_token":"[access_token goes here]",
"access_secret":"[access_secret goes here]"
"access_secret":"[access_secret goes here]",
"apiMirrors":[]
}
}