CognitiveScience commited on
Commit
45e9432
·
1 Parent(s): 6e5d2ec

Update ccogsphere.py

Browse files
Files changed (1) hide show
  1. ccogsphere.py +2 -1
ccogsphere.py CHANGED
@@ -8,7 +8,8 @@ def ccs(inp):
8
  soup = BeautifulSoup(response.text, "html.parser")
9
  result=response.text[response.text.find("viewCount"):].split('"')[2]
10
  else:
11
- result=inp1 + " Picked " + inp.split(":")[1]
 
12
 
13
 
14
 
 
8
  soup = BeautifulSoup(response.text, "html.parser")
9
  result=response.text[response.text.find("viewCount"):].split('"')[2]
10
  else:
11
+ if(inp1!="End"):
12
+ result+=inp1 + " Picked " + inp.split(":")[1] +"\"
13
 
14
 
15