mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 13:44:48 -04:00
Missing staticmethod
This commit is contained in:
parent
aae77da73f
commit
3fe2bae857
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class FileStorageProviderBackend(StorageProvider):
|
||||||
if os.path.isfile(backup_fname):
|
if os.path.isfile(backup_fname):
|
||||||
return FileResponder(open(backup_fname, "rb"))
|
return FileResponder(open(backup_fname, "rb"))
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
def parse_config(config):
|
def parse_config(config):
|
||||||
"""Called on startup to parse config supplied. This should parse
|
"""Called on startup to parse config supplied. This should parse
|
||||||
the config and raise if there is a problem.
|
the config and raise if there is a problem.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue