mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
error correction
This commit is contained in:
parent
bad9d2c3ba
commit
b20af621e3
@ -68,7 +68,7 @@ def getArguments() -> Namespace:
|
||||
argparse.Namespace: Namespace object
|
||||
"""
|
||||
description = 'Automate scheduling of pre-roll intros for Plex'
|
||||
version = '0.9.1'
|
||||
version = '0.9.2'
|
||||
|
||||
config_default = '' # './config.ini'
|
||||
log_config_default = './logging.conf'
|
||||
@ -441,7 +441,7 @@ def getPrerollListing(schedule:List[ScheduleEntry], for_datetime:Optional[dateti
|
||||
entries[entry_type].append(entry)
|
||||
except KeyError as ke:
|
||||
msg = 'KeyError with entry "{}"'.format(entry)
|
||||
logger.warning(msg, exc_info=ke)
|
||||
logger.error(msg, exc_info=ke)
|
||||
raise
|
||||
|
||||
# Build the merged output based or order of Priority
|
||||
|
Loading…
Reference in New Issue
Block a user