Remote the object service, use the backend instead
This commit is contained in:
parent
524a63235d
commit
01e165640e
3 changed files with 7 additions and 34 deletions
|
@ -15,7 +15,6 @@ from utils.key import KEY_DIR
|
|||
from utils.key import get_key
|
||||
from utils.key import get_secret_key
|
||||
from utils.media import MediaCache
|
||||
from utils.object_service import ObjectService
|
||||
|
||||
|
||||
class ThemeStyle(Enum):
|
||||
|
@ -148,6 +147,3 @@ ME = {
|
|||
},
|
||||
"publicKey": KEY.to_dict(),
|
||||
}
|
||||
|
||||
|
||||
OBJECT_SERVICE = ACTOR_SERVICE = ObjectService()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue