mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-21 14:04:18 +02:00
fix: ensure base_url ends with a trailing slash (#4388)
This commit is contained in:
parent
0857e4809d
commit
ecc155d082
@ -75,7 +75,7 @@ class HighspotClient:
|
||||
|
||||
self.key = key
|
||||
self.secret = secret
|
||||
self.base_url = base_url
|
||||
self.base_url = base_url.rstrip("/") + "/"
|
||||
self.timeout = timeout
|
||||
|
||||
# Set up session with retry logic
|
||||
|
Loading…
x
Reference in New Issue
Block a user