Skip to content

Commit

Permalink
Remove hardcoded stream
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Apr 29, 2024
1 parent 5f74515 commit a3c5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenAgentsNode.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def flushLoop(self):
batch.append(self.buffer.get())

try:
url = self.options["baseUrl"]+"/api/"+self.options["org"]+"/"+"test"+"/_json"
url = self.options["baseUrl"]+"/api/"+self.options["org"]+"/"+self.options["stream"]+"/_json"

basicAuth = self.options["auth"]
if not isinstance(basicAuth, str):
Expand Down

0 comments on commit a3c5538

Please sign in to comment.