This commit is contained in:
Sazonov Andrey 2026-03-18 17:43:55 +03:00
parent 2c5d01870e
commit 3ad59ee75c

View File

@ -17,7 +17,7 @@ def read_config(cfg_file):
config = configparser.ConfigParser()
config.read(cfg_file)
cfg = config['Redirecter']
cfg = config['Redirector']
return {
"threads": int(cfg.get("threads", "50")),