mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-02 19:36:04 +01:00
buildcommands: Remove unnecessary spaces from data dictionary
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -409,7 +409,7 @@ class HandleIdentify:
|
||||
data = {}
|
||||
for h in Handlers:
|
||||
h.update_data_dictionary(data)
|
||||
datadict = json.dumps(data)
|
||||
datadict = json.dumps(data, separators=(',', ':'))
|
||||
|
||||
# Write data dictionary
|
||||
if options.write_dictionary:
|
||||
|
||||
Reference in New Issue
Block a user