harrygens commited on
Commit
67d820b
·
1 Parent(s): 5b79bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ def localClass(cls):
22
  cls = cls
23
  return cls
24
 
25
- def getStatus(msg):
 
26
  if "Current Status:" in msg:
27
  start_index = msg.index("Current Status:") + len("Current Status:")
28
  end_index = msg.index("Description:")
 
22
  cls = cls
23
  return cls
24
 
25
+ def getStatus(msg):
26
+ new_content = msg
27
  if "Current Status:" in msg:
28
  start_index = msg.index("Current Status:") + len("Current Status:")
29
  end_index = msg.index("Description:")