diff --git a/config.stream.template.json b/scripts/config.stream.template.json similarity index 100% rename from config.stream.template.json rename to scripts/config.stream.template.json diff --git a/scripts/restream.py b/scripts/restream.py index 0fb0446..b97d2ed 100644 --- a/scripts/restream.py +++ b/scripts/restream.py @@ -4,7 +4,7 @@ import time import re -with open("config.stream.template.json", "r") as content_file: +with open("scripts/config.stream.template.json", "r") as content_file: config_base_file = content_file.read()