Skip to content

Commit

Permalink
правка в генераторе саджестов
Browse files Browse the repository at this point in the history
  • Loading branch information
Koziev committed May 8, 2022
1 parent 1932b8f commit b1a28cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/generative_poetry/poetry_seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ def generate_seeds(self, user_id, domain=None):

return list(seeds)

def restart_user_session(self, user_id):
self.user_seeds[user_id] = set()

0 comments on commit b1a28cb

Please sign in to comment.