add lmdb database, update to new sdk

This commit is contained in:
Believethehype
2024-09-10 09:20:22 +02:00
parent 131cbea6f3
commit a2f482aa06
30 changed files with 187 additions and 157 deletions

View File

@@ -92,7 +92,7 @@ async def get_task(event, client, dvm_config):
else:
for dvm in dvm_config.SUPPORTED_DVMS:
if dvm.KIND.as_u64() == event.kind().as_u64():
if dvm.KIND.as_u16() == event.kind().as_u16():
return dvm.TASK
except Exception as e:
print("Get task: " + str(e))