Browse Source

Fix updater

compton 3 years ago
parent
commit
b7a411b34e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compton_filter.py

+ 1 - 1
compton_filter.py

@@ -298,7 +298,7 @@ class CalibrdbHandler(PostgreSQLHandler):
             USING clbrdata b
             WHERE
                 a.sid = {sid}
-                AND a.cid > b.cid
+                AND a.cid < b.cid
                 AND a.sid = b.sid
                 AND a.begintime = b.begintime
         """