mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-11 21:39:31 +02:00
Guru Error Logging (#1085)
This commit is contained in:
parent
10ad9babef
commit
92500d448c
@ -70,6 +70,7 @@ class GuruConnector(LoadConnector, PollConnector):
|
||||
current_url = GURU_QUERY_ENDPOINT # This is how they handle pagination, a different url will be provided
|
||||
while True:
|
||||
response = session.get(current_url, params=params)
|
||||
response.raise_for_status()
|
||||
|
||||
if response.status_code == 204:
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user