This commit is contained in:
Данил 2022-09-21 10:47:37 +03:00
parent 8014e7a7ff
commit e603702aa3

View file

@ -2,7 +2,6 @@ package functions
import ( import (
"encoding/json" "encoding/json"
"fmt"
"github.com/jasonlvhit/gocron" "github.com/jasonlvhit/gocron"
"github.com/reujab/wallpaper" "github.com/reujab/wallpaper"
"github.com/rodkranz/fetch" "github.com/rodkranz/fetch"
@ -62,10 +61,6 @@ func SetWallpaper() {
} }
} }
func x() {
fmt.Println("F")
}
func StartWallpaper() { func StartWallpaper() {
type Autostart struct { type Autostart struct {
Autochangewallpaper int `json:"autochangewallpaper"` Autochangewallpaper int `json:"autochangewallpaper"`