From 74d3e615aac982f71d00261b9c808b9ce32dbf67 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 9 Jun 2019 14:48:59 +0200 Subject: [PATCH] updated fuelprices --- functions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.go b/functions.go index a7d2a4b..9e4c2a6 100644 --- a/functions.go +++ b/functions.go @@ -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)