Skip to content

Commit e571e59

Browse files
author
Herfort
committed
remove comment #81
1 parent c10693e commit e571e59

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
@@ -164,7 +164,7 @@ def set_groups_progress_postgres(self, postgres, groups_progress_list):
164164

165165
p_con = postgres()
166166

167-
# groups_progress_tablename = 'groups_progress'
167+
groups_progress_tablename = 'groups_progress'
168168
groups_progress_columns = ('project_id', 'group_id', 'completedcount')
169169
sql_insert = '''
170170
DROP TABLE IF EXISTS ;

0 commit comments

Comments
 (0)