Arafath10 commited on
Commit
cc45da4
·
1 Parent(s): 1655962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def code(name):
22
  if '</script>' not in info1 and '<div class="w3-col l10 m12" id="main">' in info1:
23
 
24
  #print(n)
25
- return str(info.text).split('Next ❯')[1]
26
  n=n+1
27
 
28
 
 
22
  if '</script>' not in info1 and '<div class="w3-col l10 m12" id="main">' in info1:
23
 
24
  #print(n)
25
+ return str(info.text).split('Next ❯')[1].split("❮ Previous")[0].strip()
26
  n=n+1
27
 
28