CognitiveScience commited on
Commit
abf12fd
1 Parent(s): 5aa71d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,7 +37,9 @@ def greet(link):
37
  '''
38
  #viewSoupMeta = API_Data #str(response).find("viewCount")
39
  celsci1=myCelSci()
40
- response3= celsci1.celscilist["dd"]['x']['followers'] #checkfame("dd")
 
 
41
 
42
  return response3 #result #soup.prettify()
43
 
 
37
  '''
38
  #viewSoupMeta = API_Data #str(response).find("viewCount")
39
  celsci1=myCelSci()
40
+
41
+
42
+ response3= checkfame("dd") #celsci1.celscilist["dd"]['x']['followers'] #checkfame("dd")
43
 
44
  return response3 #result #soup.prettify()
45