1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 09:26:57 -05:00

Fix Bonehead mistake

This commit is contained in:
deathbybandaid 2020-10-15 11:12:17 -04:00
parent e72f0f2274
commit 641bb2890f

View File

@ -1,7 +1,7 @@
import datetime import datetime
from collections import OrderedDict from collections import OrderedDict
from . import plutotv as serviceorigin from . import nextpvr as serviceorigin
from fHDHR.tools import hours_between_datetime from fHDHR.tools import hours_between_datetime
from fHDHR.fHDHRerrors import LoginError from fHDHR.fHDHRerrors import LoginError