diff --git a/home.db b/home.db index eb5edb5..6752e6c 100644 Binary files a/home.db and b/home.db differ diff --git a/macLookup.py b/macLookup.py index be9d3cd..11d463e 100755 --- a/macLookup.py +++ b/macLookup.py @@ -41,7 +41,7 @@ def getTimes(): return returnList def convertTime(seconds): - if not isinstance(seconds, (int, long, float)): + if not isinstance(seconds, (int, float)): return 'Null' delta = float("%0.2f" % (time() - seconds))