4 lines
117 B
Python
4 lines
117 B
Python
# config.py
|
|
# Zentrale Stelle für Netzwerkparameter
|
|
MISTY_IP = "192.168.68.65"
|
|
RTSP_URL = f"rtsp://{MISTY_IP}:1936"
|