diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-06 16:27:29 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-06 16:41:48 +0000 |
commit | 71ee22c0baf7c804ecc93ce5fd9ac00e1f410e6f (patch) | |
tree | a7211c1c255bdd41392d6ff6a9d866e18eaa7bf9 /synapse | |
parent | Newsfile (diff) | |
download | synapse-71ee22c0baf7c804ecc93ce5fd9ac00e1f410e6f.tar.xz |
Fix port db script
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/data_stores/main/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/__init__.py b/synapse/storage/data_stores/main/__init__.py index 66f8a9f3a7..c577c0df5f 100644 --- a/synapse/storage/data_stores/main/__init__.py +++ b/synapse/storage/data_stores/main/__init__.py @@ -124,7 +124,7 @@ class DataStore( raise Exception( "Found users in database not native to %s!\n" "You cannot changed a synapse server_name after it's been configured" - % (self.hostname,) + % (hs.hostname,) ) self._stream_id_gen = StreamIdGenerator( |