Skip to content

Commit 8923b11

Browse files
committed
remove username pass for duckling
1 parent 6384e2e commit 8923b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup_recurrent_payment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import List, Optional
1212

1313
duckling_config = {**DucklingEntityExtractor.get_default_config(),
14-
"url": "https://rasa:xCTBjGqjTqDqE6X72FXLiBWVXYaQDZ@duckling.rasa-dev.io",
14+
"url": "https://username:pass@duckling.rasa-dev.io",
1515
"dimensions": ["time"]}
1616
duckling = DucklingEntityExtractor(duckling_config)
1717

0 commit comments

Comments
 (0)