mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 22:27:17 -04:00
Update providers exception regex for Windows
This commit is contained in:
parent
b9648172ba
commit
e06aad7fc6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue