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