Skip to content

Commit

Permalink
settings: update migration timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jul 2, 2023
1 parent 6a65dd6 commit 2ae1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def get_default_options() -> Settings: # TODO: remove ~2 versions after 0.4.1
return Settings(None)


get_options = get_settings
get_options = get_settings # TODO: add a warning ~2 versions after 0.4.1 and remove once all games are ported


def persistent_store(category: str, key: typing.Any, value: typing.Any):
Expand Down

0 comments on commit 2ae1d6c

Please sign in to comment.