Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
request needs params not self.params
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Jul 13, 2018
1 parent cbde685 commit dbe45bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def request(self,
return requests.request(method,
url,
headers=headers,
params=self.params,
params=params,

This comment has been minimized.

Copy link
@tmbo

tmbo Jul 13, 2018

Member

thanks for spotting 👍

auth=auth,
**kwargs)

Expand Down

0 comments on commit dbe45bd

Please sign in to comment.