CuriousJames / DIYAC

Raspberry Pi Python code & PCB design project to control door access (access control) via a wiegand card and/or keypad reader, handles a doorbell too
6 stars 2 forks source link

Prevent 'u' being shown in debug output #23

Closed CuriousJames closed 4 years ago

CuriousJames commented 4 years ago

Remove the 'u' before even key/value (it's there to indicate it's Unicode - but isn't great for human readability).

CuriousJames commented 4 years ago

Fixed, turns out Json.Dumps does this nicely.