Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions auth_from_http_remote_user/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def _bind_http_remote_user(self, db_name):
exc_info=True)
raise e


randrange = random.SystemRandom().randrange


Expand Down
1 change: 1 addition & 0 deletions server_environment/serv_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def _load_config():

return config_p


serv_config = _load_config()


Expand Down