@@ -0,0 +1 @@
shelly-proxy
@@ -133,7 +133,7 @@ func main() {
r := gin.Default()
r.GET("/metrics", GetMetrics)
if err := r.Run(fmt.Sprintf(":%d", exporterPort)); err != nil {
if err := r.Run(fmt.Sprintf(":%d", *exporterPort)); err != nil {
log.Fatalf("router.Run (%s)", err)
}
The note is not visible to the blocked user.