Aggiornare 'crapset/crappy/crapup.py'

This commit is contained in:
Valentino Orlandi 2022-06-17 20:12:16 +00:00
parent 003fdc96d1
commit 1be1a377a1
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 UpSet(ModelSet):
@ -65,6 +65,7 @@ class UpSet(ModelSet):
%(self.space,self.morespace,self.morespace,self.morespace,self.morespace,self.space)
def readConfigs(self, supercrap:object ):
""" Read the configuration file """
if not checkFolder( supercrap, "crapconf", self.confpath ):