krzysztofr/alfred-currencies

Exception when second currency's len() < 3 and there is no such currency

Closed this issue · 0 comments

This should be handled here:

if to_curr not in CURR_IDS:
    if len(to_curr) >= 3:  # so the message isn't shown when the second currency isn't fully typed
        no_curr.append(to_curr)