Compare commits
No commits in common. "77097e382d356a109afe2188249e52acdb29cbdd" and "c944826bcdc7e6e83b5b5e0590f56b4bc21ac028" have entirely different histories.
77097e382d
...
c944826bcd
|
|
@ -17,7 +17,7 @@ def read_config(cfg_file):
|
|||
config = configparser.ConfigParser()
|
||||
config.read(cfg_file)
|
||||
|
||||
cfg = config['Redirector']
|
||||
cfg = config['Redirecter']
|
||||
|
||||
return {
|
||||
"threads": int(cfg.get("threads", "50")),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user