Skip to content

Commit 2f4e87d

Browse files
config.py: improve output
1 parent 20d42a9 commit 2f4e87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def load(self):
3030
self.data = ujson.load(f)
3131
print(f"load: Loaded preferences: {self.data}")
3232
except Exception as e:
33-
print(f"SharedPreferences.load found not preferences: {e}")
33+
print(f"SharedPreferences.load didn't find preferences: {e}")
3434
self.data = {}
3535

3636
def get_string(self, key, default=None):

0 commit comments

Comments
 (0)