Skip to content

Commit 8c1b5cd

Browse files
author
root
committed
update finally works #81
1 parent 68f2179 commit 8c1b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/basic/BaseProject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def set_groups_progress_postgres(self, postgres, groups_progress_list):
190190
and
191191
groups.project_id = b.project_id
192192
and
193-
groups.completedcount =! b.completedcount;
193+
groups.completedcount != b.completedcount;
194194
DROP TABLE IF EXISTS {} ;
195195
'''
196196
sql_insert = sql.SQL(sql_insert).format(sql.Identifier(groups_progress_tablename),

0 commit comments

Comments
 (0)