mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix LegacyUM3OutputDevice post() call
This commit is contained in:
parent
517428a308
commit
f12efb7aa1
1 changed files with 2 additions and 2 deletions
|
@ -499,8 +499,8 @@ class LegacyUM3OutputDevice(NetworkedPrinterOutputDevice):
|
||||||
self._authentication_id = None
|
self._authentication_id = None
|
||||||
|
|
||||||
self.post("auth/request",
|
self.post("auth/request",
|
||||||
json.dumps({"application": "Cura-" + CuraApplication.getInstance().getVersion(),
|
json.dumps({"application": "Cura-" + CuraApplication.getInstance().getVersion(),
|
||||||
"user": self._getUserName()}).encode(),
|
"user": self._getUserName()}),
|
||||||
on_finished=self._onRequestAuthenticationFinished)
|
on_finished=self._onRequestAuthenticationFinished)
|
||||||
|
|
||||||
self.setAuthenticationState(AuthState.AuthenticationRequested)
|
self.setAuthenticationState(AuthState.AuthenticationRequested)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue