mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Call the super classes when generating config
This commit is contained in:
parent
4e2f8b8722
commit
869dc94cbb
@ -53,6 +53,7 @@ class RegistrationConfig(Config):
|
||||
|
||||
@classmethod
|
||||
def generate_config(cls, args, config_dir_path):
|
||||
super(RegistrationConfig, cls).genenerate_config(args, config_dir_path)
|
||||
if args.enable_registration is None:
|
||||
args.enable_registration = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user