mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 01:55:53 +03:00
Remove unused config_path
dict entry
This commit is contained in:
parent
a035d84ce0
commit
9df46343b9
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ def generate_worker_files(
|
|||
worker_config = insert_worker_name_for_worker_config(worker_config, worker_name)
|
||||
|
||||
worker_config.update(
|
||||
{"name": worker_name, "port": str(worker_port), "config_path": config_path}
|
||||
{"name": worker_name, "port": str(worker_port)}
|
||||
)
|
||||
|
||||
# Update the shared config with any worker_type specific options. The first of a
|
||||
|
|
Loading…
Reference in a new issue