@ -23,10 +23,6 @@ cfg = {
"max_thread_length": 15
}
try:
cfg.update(json.load(open('config.json', 'r')))
except:
shutil.copy2("config.sample.json", "config.json")
if "client" not in cfg: