ziwen 1 year ago
parent
commit
236e11bdae
1 changed files with 1 additions and 1 deletions
  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)