Fix SSL in Windows binary.
This commit is contained in:
parent
ba35a4f970
commit
33a104f71e
|
@ -1 +1 @@
|
||||||
Subproject commit 3e68516afd58a8afdb6f8db3c08d7515ac6d114a
|
Subproject commit 54641033aa02df830d68544a647d8965292be086
|
|
@ -1,10 +1,12 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import easygui
|
|
||||||
from elite_api import companion
|
from elite_api import companion
|
||||||
from elite_api.inara import InaraSession
|
from elite_api.inara import InaraSession
|
||||||
import utils
|
import utils
|
||||||
|
|
||||||
|
if utils.windows_detected():
|
||||||
|
import easygui
|
||||||
|
|
||||||
settings = utils.get_settings()
|
settings = utils.get_settings()
|
||||||
inara_session = InaraSession(settings.get('inara', 'username'), settings.get('inara', 'password'))
|
inara_session = InaraSession(settings.get('inara', 'username'), settings.get('inara', 'password'))
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user