fix path typo
This commit is contained in:
@@ -22,7 +22,7 @@ def generate_liquid_script(config: IcecastConfig):
|
|||||||
print(f" - Replaced placeholder {placeholder}")
|
print(f" - Replaced placeholder {placeholder}")
|
||||||
|
|
||||||
# Write the processed content to the output path
|
# Write the processed content to the output path
|
||||||
output_path = "/config/op25.liq"
|
output_path = "/configs/op25.liq"
|
||||||
with open(output_path, 'a+') as f:
|
with open(output_path, 'a+') as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user