Skip to content

Commit

Permalink
Corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr committed Dec 30, 2024
1 parent 0adc421 commit 0b8fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/server/config/openhands_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OpenhandsConfig(OpenhandsConfigInterface):
'openhands.server.middleware.AttachConversationMiddleware'
)
settings_store_class: str = (
'openhands.storage.file_settings_store.FileSettingsStore'
'openhands.storage.settings.file_settings_store.FileSettingsStore'
)

def verify_config(self):
Expand Down

0 comments on commit 0b8fe64

Please sign in to comment.