Update main.go

This commit is contained in:
Matthew Fisher 2024-09-18 17:12:49 -05:00
parent 926ca2ffaf
commit 5628416636

View File

@ -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)