Merge branch 'feature/FixMockData' into dev

This commit is contained in:
JackDandy 2023-09-06 00:33:26 +01:00
commit 7400debb69
22 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import unittest
import sys
import os.path
sys.path.insert(1, os.path.abspath('..'))
sys.path.insert(1, os.path.abspath('../lib'))
from sickgear import helpers

View file

@ -1 +1 @@
2023-03-08
2023-09-06