diff --git a/app.py b/app.py index 6e65ee0..bb6fd80 100644 --- a/app.py +++ b/app.py @@ -35,7 +35,7 @@ import os config = configparser.ConfigParser() config['Streaming'] = { - 'Database': 'streaming.db' + 'Database': 'streaming.db', 'StreamServer': 'https://tv.icynet.eu/live/', 'ServerHost': 'icynet.eu', 'PublishAddress': 'rtmp://{host}:1935/hls-live/{streamer}',