Remove call referencing old class

This commit is contained in:
Scoder12
2020-07-28 17:40:05 -07:00
parent 5cba0a7517
commit 3d4bf9fb98
+1 -1
View File
@@ -26,6 +26,6 @@ class File(flask.Response):
self.content = f.read()
if not no_cache:
cache.add_to_cache(filename, self.content)
cache[filename] = self.content
super().__init__(self.content)