mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Add missing signalemitter decorater
CURA-6005
This commit is contained in:
parent
551f075527
commit
31156d6230
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ import requests
|
||||||
|
|
||||||
from UM.Logger import Logger
|
from UM.Logger import Logger
|
||||||
from UM.Message import Message
|
from UM.Message import Message
|
||||||
from UM.Signal import Signal
|
from UM.Signal import Signal, signalemitter
|
||||||
from cura.CuraApplication import CuraApplication
|
from cura.CuraApplication import CuraApplication
|
||||||
|
|
||||||
from .UploadBackupJob import UploadBackupJob
|
from .UploadBackupJob import UploadBackupJob
|
||||||
|
@ -22,6 +22,7 @@ catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
|
|
||||||
## The DriveApiService is responsible for interacting with the CuraDrive API and Cura's backup handling.
|
## The DriveApiService is responsible for interacting with the CuraDrive API and Cura's backup handling.
|
||||||
|
@signalemitter
|
||||||
class DriveApiService:
|
class DriveApiService:
|
||||||
BACKUP_URL = "{}/backups".format(Settings.DRIVE_API_URL)
|
BACKUP_URL = "{}/backups".format(Settings.DRIVE_API_URL)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue