Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit cfc7a92

Browse files
Fix of the default config file
1 parent 7c8782d commit cfc7a92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3737
* Removed Python 10 features, allowing compatibility with python 8.
3838

3939
## SPPCheck [1.0.1] - 2022-08-30
40+
4041
### Fixed
4142

4243
* Split up folder between `sppcheck` and `sppCheck` which was not shown on a windows development system
4344
* Included pandas and numpy in the requirements file
4445
* Removed Python 10 features, allowing compatibility with python 8.
45-
46-
### Known Issues
46+
* Fix of the default config file, removing an unwanted comma, causing both SPPMon and SPPCheck to fail.
4747

4848
## [1.2.1] - 2022-08-21
4949

config_files/sppconnections_default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"srv_port": 3000,
1515
"srv_address": "xx",
1616
"datasource_name": "spp_name",
17-
"orgId": 1,
17+
"orgId": 1
1818
},
1919
"influxDB":{
2020
"username": "GrafanaReader",

0 commit comments

Comments
 (0)