mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-25 06:42:49 +00:00
perf: revert old deps (#14371)
* perf: revert old deps * perf: update poetry * perf: Update Dockerfile with new base image tag --------- Co-authored-by: ibuler <ibuler@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from importlib import import_module
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.functional import LazyObject
|
||||
|
||||
@@ -20,7 +21,7 @@ def get_command_storage():
|
||||
|
||||
|
||||
def get_server_replay_storage():
|
||||
from jms_storage import get_object_storage
|
||||
from common.storage.jms_storage import get_object_storage
|
||||
config = settings.SERVER_REPLAY_STORAGE
|
||||
storage = get_object_storage(config)
|
||||
return storage
|
||||
|
Reference in New Issue
Block a user