mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Remove call referencing old class
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user