Update app.py
Browse files
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 |
|