import uuid in injector, update DFL

This commit is contained in:
AAGaming
2022-10-24 20:40:55 -04:00
parent 84c3b039c3
commit 1cd69097ad
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ from typing import List
from aiohttp import ClientSession
from aiohttp.client_exceptions import ClientConnectorError
import uuid
BASE_ADDRESS = "http://localhost:8080"