CognitiveScience commited on
Commit
4542c8b
·
1 Parent(s): 7dbf459

Update ccogsphere.py

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