Spaces:
Running
Running
Update post_blog.py
Browse files- post_blog.py +2 -1
post_blog.py
CHANGED
@@ -193,4 +193,5 @@ def test():
|
|
193 |
citation = paperdata['citation']
|
194 |
access_key = access_key
|
195 |
status = post_blog(title, category, summary, mindmap, citation, access_key)
|
196 |
-
print(status)
|
|
|
|
193 |
citation = paperdata['citation']
|
194 |
access_key = access_key
|
195 |
status = post_blog(title, category, summary, mindmap, citation, access_key)
|
196 |
+
print(status)
|
197 |
+
return status
|