CognitiveScience commited on
Commit
7748c56
·
1 Parent(s): 45e9432

Update ccogsphere.py

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