add missing comma

This commit is contained in:
ntoff 2018-12-30 22:26:22 +10:00
parent a6d224be14
commit acf3fcce64

View File

@ -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
) )