Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 9331b97

Browse files
committed
Merge branch 'hotfix/0.3.91'
2 parents ed7f215 + 2861fb9 commit 9331b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_assistant/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def user(self, value):
239239

240240
@property
241241
def storage(self):
242-
return self.user["userStorage"]
242+
return self.user.get("userStorage", {})
243243

244244
@storage.setter
245245
def storage(self, value):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="Flask-Assistant",
14-
version="0.3.9",
14+
version="0.3.91",
1515
url="https://github.com/treethought/flask-assistant",
1616
license="Apache 2.0",
1717
author="Cam Sweeney",

0 commit comments

Comments
 (0)