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