Skip to content

Commit

Permalink
chore: Update persistence configuration in bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed May 5, 2024
1 parent 8b27559 commit 05c619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groq_chat/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def start_bot():

# Add persistence if available
if persistence:
app_builder.persistence = persistence
app_builder.persistence(persistence)

# Build the app
app = app_builder.build()
Expand Down

0 comments on commit 05c619a

Please sign in to comment.