mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 21:58:54 +01:00
Fix comment
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
71ee22c0ba
commit
65b37f6729
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class DataStores(object):
|
|||
"""
|
||||
|
||||
def __init__(self, main_store_class, db_conn, hs):
|
||||
# Note we pass in the main store here as workers use a different main
|
||||
# Note we pass in the main store class here as workers use a different main
|
||||
# store.
|
||||
database = Database(hs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue