From f1337c9511b6e0f280a3694f40695e9a43044627 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 10 Feb 2017 16:36:36 +0100 Subject: [PATCH] Added return statement for updateTimes() --- macLookup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macLookup.py b/macLookup.py index 225203d..971bcd6 100755 --- a/macLookup.py +++ b/macLookup.py @@ -71,6 +71,8 @@ def updateTimes(): conn.commit() conn.close() + return ("Updated following clients: " + online) + if __name__ == '__main__': if argv[-1] == 'add': pprint(updateTimes())