test
This commit is contained in:
parent
27f0257823
commit
8e53eb0d23
@ -21,7 +21,7 @@ class Channels():
|
|||||||
|
|
||||||
self.get_db_channels()
|
self.get_db_channels()
|
||||||
haseverscanned = self.fhdhr.db.get_fhdhr_value("channels", "scanned_time")
|
haseverscanned = self.fhdhr.db.get_fhdhr_value("channels", "scanned_time")
|
||||||
if (self.fhdhr.config.dict["fhdhr"]["chanscan_on_start"] or haseverscanned):
|
if (self.fhdhr.config.dict["fhdhr"]["chanscan_on_start"] or not haseverscanned):
|
||||||
self.get_channels()
|
self.get_channels()
|
||||||
|
|
||||||
def get_channel_obj(self, keyfind, valfind):
|
def get_channel_obj(self, keyfind, valfind):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user