Skip to content

v7.0.2 Making the JSON error a bit more verbose

Compare
Choose a tag to compare
@djotaku djotaku released this 30 Oct 00:22
· 106 commits to master since this release
a08ac62

description

Installation/Usage Instructions

tl;dr:

Windows Users

Grab the file below.

Linux users

use PyPi or git clone

Docker or Podman users

docker run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker -v ./testoutput:/root/output djotaku/eldonationtracker:latest
or
podman run -it -v ./extralifedonationtracker:/root/.config/extralifedonationtracker:Z -v ./testoutput:/root/output:Z djotaku/eldonationtracker:latest

For more detailed instructions

Installation Instructions: https://eldonationtracker.readthedocs.io/en/latest/installation.html

Usage Instructions: https://eldonationtracker.readthedocs.io/en/latest/usage.html

Please file any bug reports. Pull requests welcome on the devel branch.

#v7.0.2

Release Notes

User-Facing Changes

  • Nothing has changed for the user

Developer-Facing or API Changes