Skip to content

Commit

Permalink
Move stream template to scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Jul 14, 2020
1 parent 986911c commit 0edf94e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/restream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 0edf94e

Please sign in to comment.