Search headless (#8)

* Fix

* Final fix to headless

* test

* Fix

* Ready for deployment
This commit is contained in:
2024-04-24 17:31:52 +02:00
committed by GitHub
parent 9d00e40b41
commit 430b4de995
3 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ async def send_results():
database = json.load(s_file)
except JSONDecodeError:
pass
result = database["affd0dbc-e2c8-4173-b678-4103c0866495"]
result = {"affd0dbc-e2c8-4173-b678-4103c0866495":result}
result = database["4bacbca0-ce3b-45c6-90a1-05c70b46b740"]
result = {"4bacbca0-ce3b-45c6-90a1-05c70b46b740":result}
coroutine = asyncio.to_thread(
requests.post,