diff --git a/macLookup.py b/macLookup.py index f4b8017..50c7e89 100755 --- a/macLookup.py +++ b/macLookup.py @@ -5,7 +5,7 @@ from subprocess import check_output, CalledProcessError from time import time from re import findall from sys import argv -import pprint +from pprint import pprint def getOnlineClients(): try: @@ -79,4 +79,4 @@ if __name__ == '__main__': else: print("Add args 'add' or 'get'") - \ No newline at end of file +