Add some more fixes from inara submodule, and fix update_inara.py to actually work.
This commit is contained in:
parent
52bfb48f25
commit
93df115f59
2
inara
2
inara
|
@ -1 +1 @@
|
||||||
Subproject commit 5bb81317a8d2f064b3f2402b83cc092d3e829fd8
|
Subproject commit 95869d1daafb1ee865fd99fd23d7315275157302
|
|
@ -6,7 +6,7 @@ import utils
|
||||||
|
|
||||||
settings = utils.get_settings()
|
settings = utils.get_settings()
|
||||||
companion_session = companion.Session()
|
companion_session = companion.Session()
|
||||||
inara_session = InaraSession(settengs.get('inara', 'username'), settings.get('inara', 'password'))
|
inara_session = InaraSession(settings.get('inara', 'username'), settings.get('inara', 'password'))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
companion_session.login(settings.get('ed_companion', 'username'), settings.get('ed_companion', 'password'))
|
companion_session.login(settings.get('ed_companion', 'username'), settings.get('ed_companion', 'password'))
|
||||||
|
|
Reference in New Issue
Block a user