Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def google(name):
|
|
| 51 |
result.add(info.text)
|
| 52 |
n=0
|
| 53 |
for i in result:
|
| 54 |
-
if n
|
| 55 |
text = text +str(n)+"\t"+i+"\n\n"
|
| 56 |
n=n+1
|
| 57 |
return text
|
|
|
|
| 51 |
result.add(info.text)
|
| 52 |
n=0
|
| 53 |
for i in result:
|
| 54 |
+
if n!=0:
|
| 55 |
text = text +str(n)+"\t"+i+"\n\n"
|
| 56 |
n=n+1
|
| 57 |
return text
|