Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
hobyst committed Jul 8, 2020
2 parents d8aa28e + 48626e1 commit b7579ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device_Komplete Kontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
# Imports math library
import math

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

if sys.platform == "win32":
Expand Down

0 comments on commit b7579ad

Please sign in to comment.