We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42856b7 commit da5bab6Copy full SHA for da5bab6
scrapers/coursebook.go
@@ -20,7 +20,7 @@ import (
20
func ScrapeCoursebook(term string, startPrefix string, outDir string) {
21
22
// Load env vars
23
- if err := godotenv.Load(".env.template"); err != nil {
+ if err := godotenv.Load(); err != nil {
24
log.Panic("Error loading .env file")
25
}
26
0 commit comments