platypush/platypush/common/cmd_stream.py

5 lines
102 B
Python
Raw Normal View History

from platypush.config import Config
redis_topic = f'_platypush/{Config.get("device_id")}/shell/cmd'