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

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

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'))