diff --git a/api/api_core.py b/api/api_core.py index 92fe90259..55463dc1a 100644 --- a/api/api_core.py +++ b/api/api_core.py @@ -28,7 +28,7 @@ def structure(status="", msg=""): def get_value(flask_request, key): """ - get a value from GET, POST or CCOKIES + get a value from GET, POST or COOKIES Args: flask_request: the flask request