diff --git a/api/main.py b/api/main.py
index 44d17c9..d329b42 100644
--- a/api/main.py
+++ b/api/main.py
@@ -70,7 +70,7 @@ def human(id):
# a regex for now since we really don't need to parse everything out then
# re-serialize it for something this simple.
# ->
- text = re.sub(r'', r'', r.text)
+ text = re.sub(r'', r'', r.text)
return Response(text, mimetype='application/json')