ziwen hai 1 ano
pai
achega
236e11bdae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/meeting_probabilities.go

+ 1 - 1
services/meeting_probabilities.go

@@ -11,7 +11,7 @@ import (
 )
 
 func RefreshMeetingProbabilities(cont context.Context) (err error) {
-	templatePath := "/home/code/python/meeting_probabilities/file/%s.xlsx"
+	templatePath := "./static/%s.xlsx"
 	//templatePath := "/Users/xi/Desktop/%s.xlsx"
 	templatePath = fmt.Sprintf(templatePath, time.Now().Format(utils.FormatDate))
 	fmt.Println(templatePath)