Spaces:
Running
Running
Update mentions_dashboard.py
Browse files- mentions_dashboard.py +1 -1
mentions_dashboard.py
CHANGED
|
@@ -36,7 +36,7 @@ def generate_mentions_dashboard(comm_client_id, comm_token_dict):
|
|
| 36 |
"?q=criteria"
|
| 37 |
"&actions=List(COMMENT,SHARE_MENTION)"
|
| 38 |
f"&organizationalEntity={encoded_urn}"
|
| 39 |
-
"&count=
|
| 40 |
)
|
| 41 |
|
| 42 |
all_notifications = []
|
|
|
|
| 36 |
"?q=criteria"
|
| 37 |
"&actions=List(COMMENT,SHARE_MENTION)"
|
| 38 |
f"&organizationalEntity={encoded_urn}"
|
| 39 |
+
"&count=20"
|
| 40 |
)
|
| 41 |
|
| 42 |
all_notifications = []
|