summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-03-13 15:26:00 +0000
committerErik Johnston <erik@matrix.org>2015-03-13 15:26:00 +0000
commit9266cb0a220f83061ccf99b9c031fb9383c55c7f (patch)
tree0ac5092d6f4aaeee5de4107d9d6094078756a1ca /synapse
parentAdd 'register_new_user' script (diff)
downloadsynapse-9266cb0a220f83061ccf99b9c031fb9383c55c7f.tar.xz
PEP8
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/registration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index 6a0aaea92c..e015680d0a 100644
--- a/synapse/config/registration.py
+++ b/synapse/config/registration.py
@@ -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)