Skip to content

Commit b7579ad

Browse files
committed
Merge branch 'beta'
2 parents d8aa28e + 48626e1 commit b7579ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

device_Komplete Kontrol.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
# Imports math library
2121
import math
2222

23-
# Imports the low-level threading module
23+
# Imports the threading module
2424
# threading module isn't supported by FL's interpreter but _thread does
2525
# However, using _thread makes FL crash eventually at launch on Windows and it isn't compatible with the macOS Python interpreter
26-
# Using _dummy_thread instead
26+
# Using _dummy_thread instead on macOS and _thread on Windows
2727
import sys
2828

2929
if sys.platform == "win32":

0 commit comments

Comments
 (0)