Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,3 +128,5 @@ async def get_trending(num: int = 10):
|
|
| 128 |
"cache_expires_in": CACHE_EXPIRY.total_seconds(),
|
| 129 |
"rate_limit_info": "Consider adding a GitHub token for higher rate limits"
|
| 130 |
}
|
|
|
|
|
|
|
|
|
| 128 |
"cache_expires_in": CACHE_EXPIRY.total_seconds(),
|
| 129 |
"rate_limit_info": "Consider adding a GitHub token for higher rate limits"
|
| 130 |
}
|
| 131 |
+
|
| 132 |
+
print(type('mcp查询结果:'+mcp_server.http_app()))
|