expectocode / telegram-export

Export Telegram chat data and history
Mozilla Public License 2.0
460 stars 95 forks source link

Wrong datetime description in config.ini.example #121

Open 29988122 opened 5 years ago

29988122 commented 5 years ago

https://github.com/expectocode/telegram-export/commit/d2887d2348c4f94eef24d864263b87021bcede25

Cause it's not RawConfigParser(), it should be escaped. It has to be %%Y%%m%%d for example, for it to work properly.

or it will show

configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Y-%m-%d_%H-%M-%S}-{filename}'

error.