Skip to content

Commit eeb0b52

Browse files
committed
correct table name
1 parent 247bfa2 commit eeb0b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def get_wikidata_id(local_id):
4848
if local_id.startswith('P'):
4949
table_name = 'properties'
5050
table = db.Table(
51-
"wb_id_mapping",
51+
table_name,
5252
metadata,
5353
autoload_with=engine
5454
)

0 commit comments

Comments
 (0)