File tree Expand file tree Collapse file tree
octoprint_firmware_check/checks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class MarlinBugfixCheck(Check):
4343 )
4444
4545 def __init__ (self ):
46- super () .__init__ ()
46+ Check .__init__ (self )
4747 self .placeholders = {
4848 "firmware" : "Marlin" ,
4949 "version" : "unknown" ,
@@ -83,6 +83,6 @@ class MarlinMfsBugfixCheck(MarlinBugfixCheck):
8383 )
8484
8585 def __init__ (self ):
86- super () .__init__ ()
86+ MarlinBugfixCheck .__init__ (self )
8787 self .placeholders ["firmware" ] = "Marlin by the Marlin Firmware Service"
8888 self .placeholders ["buildtype" ] = "nightly"
Original file line number Diff line number Diff line change 1414plugin_name = "OctoPrint-FirmwareCheck"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "2021.8 .11"
17+ plugin_version = "2021.10 .11"
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
You canβt perform that action at this time.
0 commit comments