mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
schedule schema validation file location fix
This commit is contained in:
parent
bd891ccf88
commit
de17661e44
@ -312,7 +312,7 @@ def schedulefile_contents(schedule_filename: Optional[str]) -> dict[str, any]:
|
||||
logger.error('Missing schedule file: "%s"', filestr)
|
||||
raise FileNotFoundError(filestr)
|
||||
|
||||
schema_filename = os.path.abspath("util/schedulefile_schema.json")
|
||||
schema_filename = "util/schedulefile_schema.json"
|
||||
|
||||
# make sure the Schema validation file is available
|
||||
if not os.path.exists(str(schema_filename)):
|
||||
|
Loading…
Reference in New Issue
Block a user