summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src
diff options
context:
space:
mode:
authorTom2012-05-07 18:54:56 +0200
committerTom2012-05-07 18:54:56 +0200
commitd174ee3514f0886d891619da4d0b54d5587b001f (patch)
treeb83adce6b4080591a41dff2ccfb7044f2f2410ca /Src/PyCatcher/src
parentchanged pictures (diff)
downloadimsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.tar.gz
imsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.tar.xz
imsi-catcher-detection-d174ee3514f0886d891619da4d0b54d5587b001f.zip
finished few experiments with documentation
Diffstat (limited to 'Src/PyCatcher/src')
-rw-r--r--Src/PyCatcher/src/pyCatcherController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherController.py b/Src/PyCatcher/src/pyCatcherController.py
index ebcc2fc..6ff6394 100644
--- a/Src/PyCatcher/src/pyCatcherController.py
+++ b/Src/PyCatcher/src/pyCatcherController.py
@@ -142,7 +142,7 @@ class PyCatcherController:
station.latitude = lat
station.longitude = long
station.db_provider = CIDDatabases.OPENCID
- elif staus == CellIDDBStatus.APPROXIMATED:
+ elif status == CellIDDBStatus.APPROXIMATED:
self._gui.log_line('...approximated.')
station.latitude = lat
station.longitude = long