add chaudum fixes
This commit is contained in:
parent
8346e89e99
commit
ea54493c21
9 changed files with 33 additions and 49 deletions
|
@ -14,6 +14,6 @@ try:
|
|||
tn.read_all()
|
||||
|
||||
except Exception as e:
|
||||
print(('Error loading config file: %s', e))
|
||||
print("Error loading config file: {}".format(e))
|
||||
sys.exit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue