versione 1.42

This commit is contained in:
2020-10-23 23:26:21 +02:00
parent 977feb6722
commit 94b83284e0
16 changed files with 374 additions and 159 deletions

View File

@@ -1,12 +1,11 @@
{
"version": "v1.41",
"version": "v1.42",
"paths": {
"lastUsed": "defaults.json",
"configurationPath": "./conf/",
"INworkPath": "C://",
"OUTworkPath": "C://",
"fileList": [
"bdlog.txt"
]
},
"docStruct": {

View File

@@ -1,5 +1,5 @@
{
"version": "v1.3",
"version": "v1.42",
"paths": {
"lastUsed": "linux.json",
"configurationPath": "./conf/",

View File

@@ -1,5 +1,5 @@
{
"logFile": "D:\\Test\\bananaSPLIT.log",
"logFile": "./SPEx.log",
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
"logTimeFormat": "%m-%d %H:%M:%S"
}