3bl3gamer / tg_history_dumper

Exports messages and media from Telegram dialogs, groups and channels
MIT License
69 stars 13 forks source link

Fix windows crash #3

Closed MrOplus closed 3 years ago

MrOplus commented 3 years ago

fix following errors on windows: panic: open debug.log: The system cannot find the file specified. panic: open error.log: The system cannot find the file specified.

3bl3gamer commented 3 years ago

Hello! Thank you for bug report and pull request!

But according to https://stackoverflow.com/a/18537419, it's better to use os.Executable. Can you update that, please?

MrOplus commented 3 years ago

changed args[0] to os.executable()