* Partial revert of last commit.
authorUrban Wallasch <urban.wallasch@freenet.de>
Fri, 21 May 2021 15:00:16 +0000 (17:00 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Fri, 21 May 2021 15:00:16 +0000 (17:00 +0200)
ffpreview.py

index 51e1d5bbb77740bee202efa0dc919c8ae17ecfdb..fe134441b898cc08e420baa3b403ecc418f2aebf 100755 (executable)
@@ -295,7 +295,7 @@ class ffConfig:
         return cls.set(cfg)
 
     @classmethod
-    def load_cfgfile(cls, cfg=cls.cfg, fname=cls.cfg['conffile'], vo=1):
+    def load_cfgfile(cls, cfg, fname, vo=1):
         fconf = ConfigParser(allow_no_value=True, defaults=cfg)
         try:
             cf = fconf.read(fname)