Add some more fixes from inara submodule, and fix update_inara.py to actually work.

This commit is contained in:
Anna Rose 2016-01-21 11:29:54 -05:00
parent 52bfb48f25
commit 93df115f59
2 changed files with 2 additions and 2 deletions

2
inara

@ -1 +1 @@
Subproject commit 5bb81317a8d2f064b3f2402b83cc092d3e829fd8
Subproject commit 95869d1daafb1ee865fd99fd23d7315275157302

View File

@ -6,7 +6,7 @@ import utils
settings = utils.get_settings()
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:
companion_session.login(settings.get('ed_companion', 'username'), settings.get('ed_companion', 'password'))