Skip to content

Commit

Permalink
fix version info check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dendrowen committed Mar 5, 2024
1 parent 764670f commit f83dea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mmu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from extras.mmu_leds import MmuLeds
import chelper, ast

if sys.version_info[0] < 4:
if sys.version_info[0] < 3:
UI_SPACE = ' '
UI_SEPARATOR = '.'
UI_DASH = '-'
Expand Down

0 comments on commit f83dea1

Please sign in to comment.