profnecrya commited on
Commit
aa80aa2
·
1 Parent(s): b754d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def check3(inp, inp2):
25
  # Work
26
  def get_matches(text):
27
  # prepare text
28
- textR=str(text).split
29
  print(textR)
30
  countl=0
31
  queue=len(textR)
 
25
  # Work
26
  def get_matches(text):
27
  # prepare text
28
+ textR=str(text)
29
  print(textR)
30
  countl=0
31
  queue=len(textR)