mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Move HttpRequestManager to Uranium
CURA-6387
This commit is contained in:
parent
6fbce74523
commit
55d31b9846
4 changed files with 14 additions and 353 deletions
|
@ -261,7 +261,7 @@ class SliceInfo(QObject, Extension):
|
|||
binary_data = json.dumps(data).encode("utf-8")
|
||||
|
||||
# Send slice info non-blocking
|
||||
network_manager = self._application.getHttpNetworkRequestManager()
|
||||
network_manager = self._application.getHttpRequestManager()
|
||||
network_manager.post(self.info_url, data = binary_data,
|
||||
callback = self._onRequestFinished, error_callback = self._onRequestError)
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue