Skip to content

Commit 99a71e6

Browse files
committed
Fix mistake
1 parent f89930b commit 99a71e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imagegw/shifter_imagegw/imagemngr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def shutdown(self):
104104
self.status_queue.put('stop')
105105
self.status_proc.terminate()
106106

107-
@func.lfu_cache()
108107
def mongo_init(self, config: Config):
109108
client = MongoClient(config.MongoDBURI)
110109
db_ = config.MongoDB

0 commit comments

Comments
 (0)