diff --git a/inara b/inara index 5bb8131..95869d1 160000 --- a/inara +++ b/inara @@ -1 +1 @@ -Subproject commit 5bb81317a8d2f064b3f2402b83cc092d3e829fd8 +Subproject commit 95869d1daafb1ee865fd99fd23d7315275157302 diff --git a/update_inara.py b/update_inara.py index 748bccc..ff672df 100755 --- a/update_inara.py +++ b/update_inara.py @@ -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'))