We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247bfa2 commit eeb0b52Copy full SHA for eeb0b52
server/mapping.py
@@ -48,7 +48,7 @@ def get_wikidata_id(local_id):
48
if local_id.startswith('P'):
49
table_name = 'properties'
50
table = db.Table(
51
- "wb_id_mapping",
+ table_name,
52
metadata,
53
autoload_with=engine
54
)
0 commit comments