fix(python): set home_enabled to false by default

This commit is contained in:
L. Yeung 2022-12-29 18:10:06 +08:00 committed by Jan De Dobbeleer
parent 023546fe37
commit a3ef56f7fa

View file

@ -52,7 +52,6 @@ func (p *Python) Init(props properties.Properties, env platform.Environment) {
},
versionURLTemplate: "https://docs.python.org/release/{{ .Major }}.{{ .Minor }}.{{ .Patch }}/whatsnew/changelog.html#python-{{ .Major }}-{{ .Minor }}-{{ .Patch }}",
displayMode: props.GetString(DisplayMode, DisplayModeEnvironment),
homeEnabled: props.GetBool(HomeEnabled, true),
}
}