Update handler.py
Browse files- handler.py +1 -0
handler.py
CHANGED
@@ -60,3 +60,4 @@ class EndpointHandler():
|
|
60 |
score = int(match[2])
|
61 |
scores[category_name] = score
|
62 |
return scores
|
|
|
|
60 |
score = int(match[2])
|
61 |
scores[category_name] = score
|
62 |
return scores
|
63 |
+
|