From 72e22475e387730db7164f33580ca5701143bd96 Mon Sep 17 00:00:00 2001 From: Rai <58925163+rai68@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:18:57 +1000 Subject: [PATCH] Update utils.py fix indent Signed-off-by: Rai <58925163+rai68@users.noreply.github.com> --- pwnagotchi/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pwnagotchi/utils.py b/pwnagotchi/utils.py index 318b7d64..d3114e59 100644 --- a/pwnagotchi/utils.py +++ b/pwnagotchi/utils.py @@ -165,8 +165,7 @@ def load_config(args): ref_defaults_data = None # check for a config.yml file on /boot/firmware - for boot_conf in ['/boot/config.yml', '/boot/firmware/config.yml', - '/boot/config.toml', '/boot/firmware/config.toml']: + for boot_conf in ['/boot/config.yml', '/boot/firmware/config.yml', '/boot/config.toml', '/boot/firmware/config.toml']: if os.path.exists(boot_conf): if os.path.exists(args.user_config): # if /etc/pwnagotchi/config.toml already exists we just merge the new config