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 b7578f9 commit 7b54bbdCopy full SHA for 7b54bbd
nimbusPython/NimbusClient.py
@@ -324,7 +324,7 @@ def enaRawMode(self, ena):
324
arg = 1
325
else:
326
arg = 0
327
- return self.setJSONParameter("preprocessing", 0, arg)
+ return self._setJSONParameter("preprocessing", 0, arg)
328
329
def getUserlandVersion(self):
330
result = self._getJSONParameter("preprocessing", 1, None)
0 commit comments