From e128a9d22fcb2fa47027ed4fe3f83b0577e4f1b6 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 19 Apr 2012 17:50:03 +0200 Subject: finished database implementation and documentation in thesis, incorporated changes in thesis --- Src/PyCatcher/src/driverConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/PyCatcher/src/driverConnector.py') diff --git a/Src/PyCatcher/src/driverConnector.py b/Src/PyCatcher/src/driverConnector.py index de8a0d4..2e990fd 100644 --- a/Src/PyCatcher/src/driverConnector.py +++ b/Src/PyCatcher/src/driverConnector.py @@ -117,7 +117,7 @@ class ScanThread(threading.Thread): line = scan_process.stdout.readline() match = re.search(r'rxlev:\s(.\d+)',line) if match: - base_station.rxlev = match.group(1) + base_station.rxlev = int(match.group(1)) #get si2 line = scan_process.stdout.readline() match = re.search(r'si2\s(.+)',line) -- cgit v1.2.3-55-g7522