From 220855bf38bdec48f5f1cd382bcadd64fdd19320 Mon Sep 17 00:00:00 2001
From: ha7ilm <retzlerandras@gmail.com>
Date: Sat, 1 Jan 2000 19:35:00 +0100
Subject: [PATCH] thread id error fixed

---
 openwebrx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwebrx.py b/openwebrx.py
index c26cc46..9420c1a 100755
--- a/openwebrx.py
+++ b/openwebrx.py
@@ -138,7 +138,7 @@ def spectrum_thread_function():
 	dsp.set_fft_size(cfg.fft_size)
 	dsp.set_fft_fps(cfg.fft_fps)
 	sleep_sec=0.87/cfg.fft_fps
-	print "[openwebrx-spectrum] Spectrum thread initialized successfully. Thread id:", ctypes.CDLL('/lib/i386-linux-gnu/libc.so.6').syscall(224)
+	print "[openwebrx-spectrum] Spectrum thread initialized successfully."
 	dsp.start()
 	print "[openwebrx-spectrum] Spectrum thread started." 
 	while True:
-- 
GitLab