diff --git a/hardware.py b/hardware.py index 979dff5..548e73f 100644 --- a/hardware.py +++ b/hardware.py @@ -12,4 +12,7 @@ def get_hdid(): return value[0] elif os.name == "posix": - return os.popen("cat /var/lib/dbus/machine-id").read().rstrip() \ No newline at end of file + return os.popen("cat /var/lib/dbus/machine-id").read().rstrip() + + else: + return "(%s) no u jm" % os.name \ No newline at end of file