From 9dc53180b74f114e2e7e7194b5bfcc6821473aac Mon Sep 17 00:00:00 2001 From: HappyZ Date: Fri, 2 Feb 2018 11:09:11 -0600 Subject: [PATCH] typo fix --- libMeasurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMeasurement.py b/libMeasurement.py index 043667d..bb4a2ec 100755 --- a/libMeasurement.py +++ b/libMeasurement.py @@ -171,7 +171,7 @@ class Measurement(object): def wrapper(args): if os.path.isfile(args['json']): args['config_entry'] = json.load(open(args['json'], 'r')) - print('Successfully loaded {0}!'.formart(args['json'])) + print('Successfully loaded {0}!'.format(args['json'])) else: # default config args['config_entry'] = { '34:f6:4b:5e:69:1f': {