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

Merge pull request #12 from frrad/patch-1

Remove trailing comma in json
This commit is contained in:
David Lynch 2018-05-05 15:19:36 -05:00 committed by GitHub
commit 994d6107f9
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]
}
}
```