streamer must have outputs to be run

This commit is contained in:
bkfox 2020-05-20 14:58:48 +02:00
parent b7d20b8f26
commit 1af3ea702c

View File

@ -298,7 +298,7 @@ class Command (BaseCommand):
for streamer in streamers:
if not streamer.outputs:
raise RuntimeError("Streamer {} has no outputs" % streamer.id)
raise RuntimeError("Streamer {} has no outputs".format(streamer.id))
if config:
streamer.make_config()
if run: