diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index cd24b78..1894946 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -157,7 +157,7 @@ def getNeoLocation(): locatinoneo = '/media/hdd/' elif os.path.exists('/media/usb/ImageBoot'): locatinoneo = '/media/usb/' - else + else: locatinoneo = locatino return locatinoneo