Skip to content

Commit be22bc5

Browse files
committed
Actually still compatible with Python 2.7.
1 parent 6e5b7b5 commit be22bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_netconnectd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def _log_state_timed(self, delay=0):
311311

312312

313313
__plugin_name__ = "Netconnectd Client"
314-
__plugin_pythoncompat__ = ">=3.7,<4"
314+
__plugin_pythoncompat__ = ">=2.7,<4"
315315

316316
def __plugin_check__():
317317
import sys

0 commit comments

Comments
 (0)