Update handler.py
Browse files- handler.py +2 -0
handler.py
CHANGED
|
@@ -7,6 +7,8 @@ class EndpointHandler:
|
|
| 7 |
for i in dists:
|
| 8 |
print(i)
|
| 9 |
|
|
|
|
|
|
|
| 10 |
|
| 11 |
def __call__(self):
|
| 12 |
"""
|
|
|
|
| 7 |
for i in dists:
|
| 8 |
print(i)
|
| 9 |
|
| 10 |
+
print('Done printing!!')
|
| 11 |
+
|
| 12 |
|
| 13 |
def __call__(self):
|
| 14 |
"""
|