Arafath10 commited on
Commit
be4c373
1 Parent(s): 820e034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -57,6 +57,9 @@ def google(name):
57
  i = i[1]
58
  except:
59
  i = i[0]
 
 
 
60
  text = text +str(n)+"\t"+i+"\n\n"
61
  n=n+1
62
  return text
 
57
  i = i[1]
58
  except:
59
  i = i[0]
60
+ i=i.split("Duration")
61
+
62
+ i = i[0]
63
  text = text +str(n)+"\t"+i+"\n\n"
64
  n=n+1
65
  return text