@ -95,7 +95,7 @@ func currentTool() (tool,error) {
var currentweek int
//Calculate current week
currenttime := time.Now().Unix()
currenttime := time.Now().Unix() - 345600
currentweek = int(currenttime/604800)
fmt.Println(currentweek)
The note is not visible to the blocked user.