Commit 8d30f8e9 authored by Howl's avatar Howl
Browse files

smh

parent 3efaece2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ func opClearExpiredProfileBackgrounds() {

	// remove all elements still left
	for _, e := range elements {
		if e == "" {
			continue
		}
		err := os.Remove(c.HanayoFolder + "/static/profbackgrounds/" + e)
		if err != nil {
			color.Red("> ClearExpiredProfileBackgrounds: failed to delete a background: %v", err)