diff options
author | bionel <ionel.busuioc@gmail.com> | 2017-10-05 22:52:38 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2017-10-05 22:52:38 +0300 |
commit | a01ea30fe35b00552590c7746f649b80f76c3465 (patch) | |
tree | 1a3749519fbfae2b3310511f620d7abae73406b9 /src/frontend/gui | |
parent | 94b5a75341a87a64327cda479f4b16dacf0db860 (diff) |
lets use <> for a while, may be more acurate
Diffstat (limited to 'src/frontend/gui')
-rwxr-xr-x | src/frontend/gui/sisyphus-gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py index 027c90c..d64f431 100755 --- a/src/frontend/gui/sisyphus-gui.py +++ b/src/frontend/gui/sisyphus-gui.py @@ -172,7 +172,7 @@ class Sisyphus(QtWidgets.QMainWindow): AND i.name = a.name AND i.slot = a.slot WHERE %s LIKE %s %s - AND a.timestamp > i.timestamp + AND a.timestamp <> i.timestamp ''' % (Sisyphus.SEARCHFIELD, Sisyphus.SEARCHTERM, FILTEROUT)), ]) with sqlite3.connect(sisyphus_database_path) as db: |