platypush/platypush/backend/http/ws.py

4 lines
122 B
Python

from platypush.config import Config
events_redis_topic = f'__platypush/{Config.get("device_id")}/events' # type: ignore