Elite-Kode / EDMC-Discord-Presence

Plugin for Elite Dangerous Market Connector that enables Discord Rich Presence
Apache License 2.0
54 stars 16 forks source link

Add retro-compatibility for EDMC 3.43 #15

Closed Poneyy closed 4 years ago

Poneyy commented 4 years ago

Just import tkinter or Tkinter, and precision of the character set in encode() function I had left the plugin_start() function (replaced by plugin_start3(plugin_dir) in Python3) in the first PR.

On 3.50 2020-01-24 11_50_08-Settings

On 3.43 2020-01-24 11_57_44-Settings

SayakMukhopadhyay commented 4 years ago

Does Python 2 not support a default precision in encode()?

Poneyy commented 4 years ago

You're right, actually it works without. It seemed to me to have had an error on my side at the time of the publication by trying without using utf-8. I will test on my 2nd pc to validate.

SayakMukhopadhyay commented 4 years ago

ok, I will merge this once tested.