Start to cache actor icon
This commit is contained in:
parent
8556cd29ef
commit
13c63e473a
5 changed files with 99 additions and 1 deletions
|
@ -97,6 +97,7 @@ mongo_client = MongoClient(
|
|||
|
||||
DB_NAME = "{}_{}".format(USERNAME, DOMAIN.replace(".", "_"))
|
||||
DB = mongo_client[DB_NAME]
|
||||
GRIDFS = mongo_client[f"{DB_NAME}_gridfs"]
|
||||
|
||||
|
||||
def _drop_db():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue