Pendrokar commited on
Commit
904463c
·
verified ·
1 Parent(s): e5d6a80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def parse(lojban):
26
  if text is None:
27
  text = '[NOT PARSEABLE]'
28
 
29
- return text
30
 
31
  default_input = "coi rodo"
32
 
 
26
  if text is None:
27
  text = '[NOT PARSEABLE]'
28
 
29
+ return str(text)
30
 
31
  default_input = "coi rodo"
32