Spaces:
Runtime error
Runtime error
Commit
·
5eadf1d
1
Parent(s):
e16c43d
Update ccogsphere.py
Browse files- ccogsphere.py +1 -1
ccogsphere.py
CHANGED
@@ -8,7 +8,7 @@ def ccs(inp):
|
|
8 |
soup = BeautifulSoup(response.text, "html.parser")
|
9 |
result=response.text[response.text.find("viewCount"):].split('"')[2]
|
10 |
else
|
11 |
-
result="Echo" +
|
12 |
|
13 |
|
14 |
|
|
|
8 |
soup = BeautifulSoup(response.text, "html.parser")
|
9 |
result=response.text[response.text.find("viewCount"):].split('"')[2]
|
10 |
else
|
11 |
+
result="Echo" + inp
|
12 |
|
13 |
|
14 |
|