mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
Search headless (#8)
* Fix * Final fix to headless * test * Fix * Ready for deployment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user