Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
add element-logo.png
updated important keys in config.py to reflect new property names
  • Loading branch information
zeratax committed Apr 11, 2021
1 parent 987efea commit ac02917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_registration/config.py
Expand Up @@ -117,7 +117,7 @@ def read_config(self, dictionary):
with sample values
"""
# important keys that need to be changed
keys = ['server_location', 'server_name', 'shared_secret', 'port']
keys = ['server_location', 'server_name', 'port', 'registration_shared_secret']
for key in keys:
temp = dictionary[key]
dictionary[key] = input('enter {}, e.g. {}\n'.format(key, temp))
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac02917

Please sign in to comment.