Add dft_detect to binaries to be checked for on startup.

pull/120/head
Mark Jessop 2019-02-27 21:15:19 +10:30
rodzic 54e8f9c313
commit 0347b2205b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ except ImportError:
# List of binaries we check for on startup
REQUIRED_RS_UTILS = ['rs_detect', 'rs41ecc', 'rs92ecc', 'dfm09ecc', 'm10']
REQUIRED_RS_UTILS = ['dft_detect', 'rs41ecc', 'rs92ecc', 'dfm09ecc', 'm10']
def check_rs_utils():
""" Check the required RS decoder binaries exist