Skip to content

Commit 64c27a6

Browse files
committed
feat: update docstring!
1 parent 653a992 commit 64c27a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hivemind_etl/website/website_etl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ def __init__(
1717
-----------
1818
community_id : str
1919
the community to save its data
20+
platform_id : str
21+
the platform to save its data
22+
23+
Note: the collection name would be `community_id_platform_id`
2024
"""
2125
if not community_id or not isinstance(community_id, str):
2226
raise ValueError("community_id must be a non-empty string")

0 commit comments

Comments
 (0)