Update main.go

This commit is contained in:
Matthew Fisher 2024-09-18 17:03:10 -05:00
parent bfee340790
commit 5814eb5fc1

View File

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