Fix SSL in Windows binary.
This commit is contained in:
parent
ba35a4f970
commit
33a104f71e
2 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import easygui
|
||||
from elite_api import companion
|
||||
from elite_api.inara import InaraSession
|
||||
import utils
|
||||
|
||||
if utils.windows_detected():
|
||||
import easygui
|
||||
|
||||
settings = utils.get_settings()
|
||||
inara_session = InaraSession(settings.get('inara', 'username'), settings.get('inara', 'password'))
|
||||
|
||||
|
|
Reference in a new issue