correzioni alla librerie
This commit is contained in:
@@ -7,7 +7,6 @@ from libfancylogger import fancyLogger
|
|||||||
import threading, time, parse, re, copy, slugify, os
|
import threading, time, parse, re, copy, slugify, os
|
||||||
|
|
||||||
class bananaSPLITTER(threading.Thread):
|
class bananaSPLITTER(threading.Thread):
|
||||||
|
|
||||||
def __init__(self, fileParams=None, logger=None):
|
def __init__(self, fileParams=None, logger=None):
|
||||||
self.fileParams = fileParams
|
self.fileParams = fileParams
|
||||||
self.log = logger
|
self.log = logger
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ print(os.getcwd())
|
|||||||
logger = fancyLogger(fileLog = False)
|
logger = fancyLogger(fileLog = False)
|
||||||
confl = bananaCONF(workdir=r"./libbananasplit", logger=logger)
|
confl = bananaCONF(workdir=r"./libbananasplit", logger=logger)
|
||||||
splconf = confl.use("testEN")
|
splconf = confl.use("testEN")
|
||||||
|
splconf["name"] = "GUARDIAN.txt"
|
||||||
splitter = bananaSPLITTER()
|
splitter = bananaSPLITTER()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user