diff --git a/fHDHR/device/channels/__init__.py b/fHDHR/device/channels/__init__.py index de249cb..b0505cd 100644 --- a/fHDHR/device/channels/__init__.py +++ b/fHDHR/device/channels/__init__.py @@ -105,7 +105,7 @@ class Channels(): if not chan_import_time: 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)) + 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))) if not newchan: newchan = "no"