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

Add missing class var

parent 81391fa1
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,10 @@ class DownloadResource(Resource):
self.media_repo = media_repo
self.server_name = hs.hostname
# Both of these are expected by @request_handler()
self.clock = hs.get_clock()
self.version_string = hs.version_string
def render_GET(self, request):
self._async_render_GET(request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment