Skip to content

Commit

Permalink
summary instead of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascalco committed Sep 17, 2021
1 parent e76c14d commit 8a4e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complexConstraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def writeText(onePdata, property):
text += var
text += '\n'
page = pywikibot.Page(site, 'Wikidata:Database reports/Complex constraint violations/' + property)
page.put(text, comment='upd', minorEdit=False)
page.put(text, summary='upd', minorEdit=False)


def proceedOne(sparql):
Expand Down

0 comments on commit 8a4e840

Please sign in to comment.