Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use aiofiles with async open, await data_file #21

Merged
merged 4 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Use aiofiles with async open, await data_file

    Signed-off-by: Steve Saunders <[email protected]>
    autoSteve authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d0d64ae View commit details
    Browse the repository at this point in the history
  2. Switch to aiofiles BJReplay#14

    autoSteve committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0c6689a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Use write(json.dumps()) instead of json.dump() BJReplay#14

    Using json.dump() was resulting in cache file zeroed.
    autoSteve committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    856f8bc View commit details
    Browse the repository at this point in the history
  2. Remove surfeit of spaces

    autoSteve committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5e31126 View commit details
    Browse the repository at this point in the history