Skip to content

Commit

Permalink
fix(infra.py): fix org_words not initialize. fix #448 @0.25h
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatedayon committed Oct 6, 2018
1 parent 8fba645 commit 86fb2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def load_user(user_id, default_last_word=u'シリトリ'):

user = User(id=user_id)
user.words = u''
user.org_words = u''
user.last_word = u''
user.last_word_end = u''
user.count = 0
Expand Down

0 comments on commit 86fb2a0

Please sign in to comment.