Fix typevar typing issue

This commit is contained in:
ChrisTerBeke 2019-01-10 15:36:12 +01:00
parent 56f0a341bc
commit 36191fbe0f
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ I18N_CATALOG = i18nCatalog("cura")
class CloudOutputDevice(NetworkedPrinterOutputDevice):
# The interval with which the remote clusters are checked
CHECK_CLUSTER_INTERVAL = 50.0 # seconds
CHECK_CLUSTER_INTERVAL = 20.0 # seconds
# Signal triggered when the print jobs in the queue were changed.
printJobsChanged = pyqtSignal()