Automated update of Base Application package.

This commit is contained in:
bot
2024-12-05 18:07:31 +00:00
parent 092de8827d
commit c75fba6de0
4 changed files with 3 additions and 5 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-3
View File
@@ -7,6 +7,3 @@ logging.basicConfig(
)
log = logging.getLogger(__name__)
from .app import Application as BaseApplication
+2 -1
View File
@@ -1,7 +1,8 @@
import base64
import json
import time
import uuid
import base64
import dataset
from aiohttp import web