mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
deploy
This commit is contained in:
@@ -1998,8 +1998,8 @@ class DoSearchView(discord.ui.View):
|
||||
)
|
||||
async def wyszukaj_linki_do_dokumentow(ctx):
|
||||
query = ctx.message.content
|
||||
#query_uuid = uuid.uuid4()
|
||||
query_uuid = "test"
|
||||
query_uuid = uuid.uuid4()
|
||||
#query_uuid = "test"
|
||||
#3 wyslij Librariana
|
||||
json_query = {"UUID" : str(query_uuid), "query" : str(query)[30:], "page" : 1}
|
||||
query_response = requests.post(f"{LIBRARIAN_SERVICE_ADDRESS}{SEND_QUERY}", json=json_query, timeout=360)
|
||||
|
||||
Reference in New Issue
Block a user