Aggiornare 'crapset/crappy/craplog.py'

This commit is contained in:
Valentino Orlandi 2022-06-17 20:13:23 +00:00
parent 8ef974393a
commit f63f931974
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
from time import sleep
from crappy.model import ModelSet
from crappy.check import checkFile, checkFolder
from craplib.utils import checkFile, checkFolder
from crappy.model import ModelSet
class LogSet(ModelSet):
@ -118,6 +118,7 @@ class LogSet(ModelSet):
self.morespace,self.morespace,self.morespace,self.space)
def readConfigs(self, supercrap:object ):
""" Read the configuration file """
if not checkFolder( supercrap, "crapconf", self.confpath ):