hellozhems commited on
Commit
b0b6bac
·
verified ·
1 Parent(s): 9900ce8

Update handler.py

Browse files
Files changed (1) hide show
  1. 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
  """