Skip to content

Issue fix and Pipfile update

Compare
Choose a tag to compare
@calexandru2018 calexandru2018 released this 03 Apr 11:54
· 379 commits to master since this release
988c458

ISSUE FIX

  • If a user initialized the profile via the CLI and the tried to open the Configurations window, a KeyError exception would be thrown since upon attempting to load autoconnect settings. This issue is mainly due to that the CLI does not implement autoconnect while the GUI does, thus throwing an error since the key "autoconnect" is not existent.
  • Removed python_version from Pipfile since it should work on multiple python versions