This commit is contained in:
deathbybandaid 2020-12-05 15:02:06 -05:00
parent 6224fbaacf
commit 2fbc5c610e

View File

@ -165,7 +165,6 @@ class OriginEPG():
"time_end": self.xmltimestamp_toonami(endtime, offset), "time_end": self.xmltimestamp_toonami(endtime, offset),
"duration": str(int(self.toonami_calculate_duration(starttime, endtime))) "duration": str(int(self.toonami_calculate_duration(starttime, endtime)))
} }
print(timedict)
return timedict return timedict
def get_cached(self, jsonid, cache_key, url): def get_cached(self, jsonid, cache_key, url):