Strings in config file created by "influx setup" incompatible with Python InfluxDBClient.from_config_file()

There seems to be an inconsistency. I’m surprised no one has noticed this yet - hardly anyone seems to use the method InfluxDBClient.from_config_file() :wink:

The Python client uses the python standard library configparser to read the ini file. The configparser lib does not actually expect quotes in the ini file for strings as a value. If it does, the quotes are included in the read string. This seems to be the case here.