diff --git a/pwnagotchi/utils.py b/pwnagotchi/utils.py index 20afd1b0..127761cb 100644 --- a/pwnagotchi/utils.py +++ b/pwnagotchi/utils.py @@ -63,7 +63,7 @@ def load_config(args): elif config['ui']['display']['type'] in ('papirus', 'papi'): config['ui']['display']['type'] = 'papirus' - if config['ui']['display']['type'] in ('oledhat'): + elif config['ui']['display']['type'] in ('oledhat'): config['ui']['display']['type'] = 'oledhat' elif config['ui']['display']['type'] in ('ws_1', 'ws1', 'waveshare_1', 'waveshare1'):