This commit is contained in:
deathbybandaid 2020-12-15 11:16:52 -05:00
parent 118cc3f0e8
commit 87e8426f77

View File

@ -107,6 +107,8 @@ class Channels():
chan_import_time = time.time()
self.fhdhr.logger.info("Based On first channel import time, estimated time remaining %s" % humanized_time((chan_import_time - chan_scan_start) * len(channel_dict_list)))
self.fhdhr.logger.info("Channel Import took %s" % humanized_time(time.time() - chan_scan_start))
if not newchan:
newchan = "no"
self.fhdhr.logger.info("Found %s NEW channels." % newchan)