0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 15:38:18 +02:00

Fix comment

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Erik Johnston 2019-12-09 11:47:55 +00:00
parent 71ee22c0ba
commit 65b37f6729

View file

@ -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)