tasmota / decode-config

Backup/restore and decode configuration tool for Tasmota
GNU Lesser General Public License v3.0
211 stars 32 forks source link

Added extra jsonindent checking #1

Closed daj102 closed 4 years ago

daj102 commented 4 years ago

Two changes to avoid a "NoneType to int" error when outputting JSON; changed the default of jsonindent to a value (4) and added extra checking of the jsonindent value in both screen and file output.

curzon01 commented 4 years ago

merged to development branch