diff options
author | emkael <emkael@tlen.pl> | 2018-01-27 00:58:24 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-27 00:58:24 +0100 |
commit | 84429d314e06c65a427c3ae4bfd03ca3f78e4834 (patch) | |
tree | 805477ef4090131f8e7610fe11991d8121e41e6f | |
parent | 63dfeca8243f3d5e01f187c5b752d742a62bfa36 (diff) |
Parse error fixed, leftover comma
-rw-r--r-- | common.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.json b/common.json index 4362977..ba75a3a 100644 --- a/common.json +++ b/common.json @@ -3,5 +3,5 @@ "enabled": 1,
"host": "localhost",
"port": 8090
- },
+ }
}
|