0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 12:48:49 +02:00

Missing staticmethod

This commit is contained in:
Erik Johnston 2018-01-18 17:11:45 +00:00
parent aae77da73f
commit 3fe2bae857

View file

@ -127,6 +127,7 @@ class FileStorageProviderBackend(StorageProvider):
if os.path.isfile(backup_fname):
return FileResponder(open(backup_fname, "rb"))
@staticmethod
def parse_config(config):
"""Called on startup to parse config supplied. This should parse
the config and raise if there is a problem.