updated fuelprices

This commit is contained in:
Paul 2019-06-09 14:48:59 +02:00
parent 7e0328028b
commit 74d3e615aa

View File

@ -23,7 +23,6 @@ func ParseArgs() error {
// GetConfig fetch config from ini file
func GetConfig(configfile string, fuelpricesconfig *FuelPricesConfig) error {
flag.Usage = Usage
flag.Parse()
config, err := ini.Load(configfile)
HandleFatalError(err)