Spaces:
Runtime error
Runtime error
Commit
·
cff4d64
1
Parent(s):
3242331
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 |
-
if (len(
|
12 |
if(inp1[0]=="End"):
|
13 |
result=result + " The " + inp1
|
14 |
else:
|
|
|
8 |
soup = BeautifulSoup(response.text, "html.parser")
|
9 |
result=response.text[response.text.find("viewCount"):].split('"')[2]
|
10 |
else:
|
11 |
+
if (len(inp1)==2):
|
12 |
if(inp1[0]=="End"):
|
13 |
result=result + " The " + inp1
|
14 |
else:
|