Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -334,6 +334,8 @@ async def fb_post_detail(username: Optional[str] = None, post_id: Optional[str]
|
|
334 |
|
335 |
except Exception as e:
|
336 |
print(e)
|
|
|
|
|
337 |
|
338 |
return {
|
339 |
"insights": {
|
|
|
334 |
|
335 |
except Exception as e:
|
336 |
print(e)
|
337 |
+
else:
|
338 |
+
post_details = None
|
339 |
|
340 |
return {
|
341 |
"insights": {
|