Skip to content

Commit

Permalink
Additional fix for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
vingerha committed May 6, 2022
1 parent 9379cfc commit d4756c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Added pycron to be able the schedule the runs with more details, see param.py (r

**Latest ; v0.4.0**
Fixed issue when pronote is presenting multiple lessons for the same slot (e.g. canceled => changed or changed => cancelled), solution is via highest 'num'
Note that in order to make this work, the database needs to be reïnitialised as a new column was added (lessonNum)

#### Testing the package
To self test pronote2mqtt, run the docker container: `docker run --name pronote2mqtt_test --tty vingerha/pronote2mqtt:latest`.
Expand Down
4 changes: 2 additions & 2 deletions app/pronote2mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


# pronote2mqtt constants
P2M_VERSION = '0.2.4'
P2M_DB_VERSION = '0.1.0'
P2M_VERSION = '0.4.0'
P2M_DB_VERSION = '0.2.0'

#######################################################################
#### Functions
Expand Down

0 comments on commit d4756c6

Please sign in to comment.