Spaces:
Running
Running
Update post_blog.py
Browse files- post_blog.py +1 -1
post_blog.py
CHANGED
@@ -165,7 +165,7 @@ def post_blog(title, category, summary, mindmap, citation, uaccess_key):
|
|
165 |
print('An error occurred:', str(e))
|
166 |
return False
|
167 |
|
168 |
-
def test():
|
169 |
data = {
|
170 |
"status": "success",
|
171 |
"Astrophysics": {
|
|
|
165 |
print('An error occurred:', str(e))
|
166 |
return False
|
167 |
|
168 |
+
def test(access_key):
|
169 |
data = {
|
170 |
"status": "success",
|
171 |
"Astrophysics": {
|