Remove custom open/close icons
We currently specify both icons but both are 404s...
This commit is contained in:
parent
6eeb16a9d3
commit
6d70d29050
|
@ -11,12 +11,6 @@
|
||||||
"lon": 9.9445899999999998,
|
"lon": 9.9445899999999998,
|
||||||
"lat": 53.55836
|
"lat": 53.55836
|
||||||
},
|
},
|
||||||
"state": {
|
|
||||||
"icon": {
|
|
||||||
"open": "https://hamburg.ccc.de/dooris/open.png",
|
|
||||||
"closed": "https://hamburg.ccc.de/dooris/close.png"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"contact": {
|
"contact": {
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"irc": "ircs://irc.hackint.org:9999/ccchh",
|
"irc": "ircs://irc.hackint.org:9999/ccchh",
|
||||||
|
|
|
@ -14,10 +14,6 @@ type SpaceAPIResponseV14 struct {
|
||||||
State struct {
|
State struct {
|
||||||
Open bool `json:"open"`
|
Open bool `json:"open"`
|
||||||
LastChange int64 `json:"lastchange"`
|
LastChange int64 `json:"lastchange"`
|
||||||
Icon struct {
|
|
||||||
Closed string `json:"closed"`
|
|
||||||
Open string `json:"open"`
|
|
||||||
} `json:"icon"`
|
|
||||||
} `json:"state"`
|
} `json:"state"`
|
||||||
Contact struct {
|
Contact struct {
|
||||||
Phone string `json:"phone"`
|
Phone string `json:"phone"`
|
||||||
|
|
Loading…
Reference in a new issue