mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
PEP8
This commit is contained in:
parent
bcfce93ccd
commit
9266cb0a22
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ class RegistrationConfig(Config):
|
|||
args.disable_registration = True
|
||||
|
||||
if args.registration_shared_secret is None:
|
||||
args.registration_shared_secret= random_string_with_symbols(50)
|
||||
args.registration_shared_secret = random_string_with_symbols(50)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue