From 671509df3b720a6728ba3782eab0f327e7507a18 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 21 Sep 2019 15:19:10 +0200 Subject: [PATCH] fix variable name --- htdocs/openwebrx.js | 2 +- owrx/threading.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 owrx/threading.py diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index ea1cbbb..5508d0e 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1160,7 +1160,7 @@ function audio_calculate_resampling(targetRate) debug_ws_data_received=0; max_clients_num=0; -clients_num = 0; +client_num = 0; var COMPRESS_FFT_PAD_N=10; //should be the same as in csdr.c diff --git a/owrx/threading.py b/owrx/threading.py new file mode 100644 index 0000000..e69de29