musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Added dict_factory to asdict call #141

Closed borisliao closed 3 years ago

borisliao commented 3 years ago

Description Applies https://stackoverflow.com/questions/59481989/dict-from-nested-dataclasses solution to our asdict call for our dataclass "Record". This prevents dynamodb records from showing null: image

Changes include

Todos

Screenshots

Add any screenshots as needed

Other comments

borisliao commented 3 years ago

A way to change the output of the asdict default function in the data class. Check out the PR comment for more info.