Skip to content

Commit

Permalink
fix RedisTrackerStore.keys return type
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Feb 22, 2022
1 parent 621bfd1 commit f684937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa/core/tracker_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def __init__(
ssl_keyfile=ssl_keyfile,
ssl_certfile=ssl_certfile,
ssl_ca_certs=ssl_ca_certs,
decode_responses=True,
)
self.record_exp = record_exp

Expand Down

0 comments on commit f684937

Please sign in to comment.