correzioni alla librerie

This commit is contained in:
2019-12-01 17:17:48 +01:00
parent 4118ed82c3
commit 851dcf103d
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ from libfancylogger import fancyLogger
import threading, time, parse, re, copy, slugify, os
class bananaSPLITTER(threading.Thread):
def __init__(self, fileParams=None, logger=None):
self.fileParams = fileParams
self.log = logger

View File

@@ -12,6 +12,7 @@ print(os.getcwd())
logger = fancyLogger(fileLog = False)
confl = bananaCONF(workdir=r"./libbananasplit", logger=logger)
splconf = confl.use("testEN")
splconf["name"] = "GUARDIAN.txt"
splitter = bananaSPLITTER()