From b24484529719e90b74df1555e4275be1b3499d66 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Mon, 6 Aug 2018 16:46:20 +0300 Subject: [PATCH] db opt --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}',