updater: reintrodotte funzioni per creare/rimuovere/rinominare

This commit is contained in:
marco
2020-09-22 20:44:21 +02:00
parent d489fb443b
commit cd1c73834c
2 changed files with 13 additions and 6 deletions
-3
View File
@@ -485,9 +485,6 @@ def get_server_parameters(server):
# Debriders
elif filetools.isfile(filetools.join(config.get_runtime_path(), "servers", "debriders", server + ".json")):
path = filetools.join(config.get_runtime_path(), "servers", "debriders", server + ".json")
else:
from core.support import dbg
dbg()
# When the server is not well defined in the channel (there is no connector), it shows an error because there is no "path" and the channel has to be checked
dict_server = jsontools.load(filetools.read(path))