1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-05 07:03:08 +01:00

remove trailing comma in json

This commit is contained in:
Frederick Robinson 2018-05-05 11:26:51 -07:00 committed by GitHub
parent 868ef4b157
commit e959246cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ Example:
"fontname": "Comic Sans MS",
"fontsize": 30,
"bgcolor": [20, 120, 20],
"textcolor": [180, 20, 180],
"textcolor": [180, 20, 180]
}
}
```