Update providers exception regex for Windows

This commit is contained in:
Vitiko 2023-09-18 15:25:02 -04:00
parent b9648172ba
commit e06aad7fc6
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from sonarr.blacklist import blacklist_log
from utilities.analytics import event_tracker
_TRACEBACK_RE = re.compile(r'File "(.*?providers/.*?)", line (\d+)')
_TRACEBACK_RE = re.compile(r'File "(.*?providers[\\/].*?)", line (\d+)')
def time_until_midnight(timezone):