From 118cc3f0e8426cb94f81f607555a0b77d29f6296 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 15 Dec 2020 11:13:32 -0500 Subject: [PATCH] test --- fHDHR/device/channels/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"