Closed shtrom closed 6 years ago
Strings of users names were passed as Python strings. Python 3 requires those to be encoded before serialising them to JSON.
Similarly, a string representation of the SHA-256 hash of each user needs to be explicitely generated.
LRN-18627
Signed-off-by: Olivier Mehani olivier.mehani@learnosity.com
@ceralena I'm keen to merge/release this change. Any word against?
Strings of users names were passed as Python strings. Python 3 requires those to be encoded before serialising them to JSON.
Similarly, a string representation of the SHA-256 hash of each user needs to be explicitely generated.
LRN-18627
Signed-off-by: Olivier Mehani olivier.mehani@learnosity.com