We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173aedd commit 4c7a237Copy full SHA for 4c7a237
licensing/internal.py
@@ -87,5 +87,5 @@ def get_inodes():
87
88
@staticmethod
89
def compute_machine_code():
90
- return get_dbus_machine_id() + get_inodes()
+ return HelperMethods.get_dbus_machine_id() + HelperMethods.get_inodes()
91
0 commit comments