Skip to content

Commit fcb23e0

Browse files
committed
🐛 Fix python compat string
1 parent 76619fd commit fcb23e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_file_check/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _notify(self, notification_type, storage, path):
9999

100100

101101
__plugin_name__ = "File Check"
102-
__plugin_pycompat__ = ">2.7,<4"
102+
__plugin_pythoncompat__ = ">2.7,<4"
103103
__plugin_disabling_discouraged__ = gettext("Without this plugin OctoPrint will no longer be able to "
104104
"check if uploaded files contain common problems and inform you "
105105
"about that fact.")

0 commit comments

Comments
 (0)