Skip to content
Snippets Groups Projects
Commit 4d7e1dde authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove unnecessary diff

parent ae5d1861
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,7 @@ class MediaRepository(object):
self.primary_base_path = hs.config.media_store_path
self.filepaths = MediaFilePaths(self.primary_base_path)
self.backup_base_path = None
if hs.config.backup_media_store_path:
self.backup_base_path = hs.config.backup_media_store_path
self.backup_base_path = hs.config.backup_media_store_path
self.synchronous_backup_media_store = hs.config.synchronous_backup_media_store
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment