Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-24 15:35:58 +08:00 committed by GitHub
parent f3ae45c699
commit ac5501a724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import datetime
import socket
import re
from threading import Thread
from api.utils import shell_execute, network, docker, const
from api.utils import shell_execute, docker, const
from api.model.app import App
from api.model.response import Response
from api.utils import lock