summary refs log tree commit diff stats
path: root/cmd/cetus/apod.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/apod.go')
-rw-r--r--cmd/cetus/apod.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/cetus/apod.go b/cmd/cetus/apod.go
index 94fb36b..175d7a1 100644
--- a/cmd/cetus/apod.go
+++ b/cmd/cetus/apod.go
@@ -12,13 +12,6 @@ import (
 	"tildegit.org/andinus/cetus/notification"
 )
 
-var (
-	err     error
-	body    string
-	file    string
-	reqInfo map[string]string
-)
-
 func execAPOD() {
 	apodApi := getEnv("APOD_API", "https://api.nasa.gov/planetary/apod")
 	apodKey := getEnv("APOD_KEY", "DEMO_KEY")