mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
STAR-322: Fixing job uploads
This commit is contained in:
parent
02efc9e1a9
commit
8ea4edf67e
4 changed files with 49 additions and 54 deletions
|
@ -21,7 +21,7 @@ from .Models import CloudCluster, CloudErrorObject
|
|||
class CloudOutputDeviceManager:
|
||||
|
||||
# The interval with which the remote clusters are checked
|
||||
CHECK_CLUSTER_INTERVAL = 5 # seconds
|
||||
CHECK_CLUSTER_INTERVAL = 5.0 # seconds
|
||||
|
||||
# The translation catalog for this device.
|
||||
I18N_CATALOG = i18nCatalog("cura")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue