Guillaume Taquet Gasperini e9dac3c31a disable interpolation for config reader
This caused strings whith the '%' character in it to be interpreted by
Python's ConfigParser. This behavior is not needed for DashMachine,
the goal is to read exactly what the user types.

Setting interpolation to None fixes this.

See: https://docs.python.org/3/library/configparser.html?highlight=configparser#interpolation-of-values
2020-04-02 18:57:47 +02:00
..
2020-01-06 07:21:52 -05:00
2020-02-08 17:05:48 -05:00
2020-03-21 12:18:07 -04:00