add missing comma
This commit is contained in:
parent
a6d224be14
commit
acf3fcce64
@ -23,7 +23,7 @@ class FanSliderPlugin(octoprint.plugin.StartupPlugin,
|
|||||||
minSpeed=0,
|
minSpeed=0,
|
||||||
maxSpeed=100,
|
maxSpeed=100,
|
||||||
notifyDelay=4000,
|
notifyDelay=4000,
|
||||||
lockfan=False
|
lockfan=False,
|
||||||
lastSentSpeed=0,
|
lastSentSpeed=0,
|
||||||
defaultLastSpeed=False
|
defaultLastSpeed=False
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user