Skip to content

Commit

Permalink
Update NimbusClient.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coimbra1984 authored Sep 16, 2020
1 parent b7578f9 commit 7b54bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbusPython/NimbusClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def enaRawMode(self, ena):
arg = 1
else:
arg = 0
return self.setJSONParameter("preprocessing", 0, arg)
return self._setJSONParameter("preprocessing", 0, arg)

def getUserlandVersion(self):
result = self._getJSONParameter("preprocessing", 1, None)
Expand Down

0 comments on commit 7b54bbd

Please sign in to comment.