Skip to content

Commit 91a98cd

Browse files
authored
chore: update publisher.py
1 parent 6d70d89 commit 91a98cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/snippets/publisher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def list_topics(project_id: str) -> None:
3131
from google.cloud import pubsub_v1
3232

3333
# TODO(developer)
34-
# project_id = "your-project-id"
34+
project_id = "cuidtech-local"
35+
topic_id = "activity_detected"
3536

3637
publisher = pubsub_v1.PublisherClient()
3738
project_path = f"projects/{project_id}"

0 commit comments

Comments
 (0)