Skip to content

Commit

Permalink
[IMRP] Look for the lastest file deletion first.
Browse files Browse the repository at this point in the history
Bug: T372206
Change-Id: I91df6a25e484e1ec13a99cbefd35726e2ed71526
  • Loading branch information
xqt committed Aug 12, 2024
1 parent 9f7f126 commit 8322d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/delinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def skip_page(self, page) -> pywikibot.page.FilePage:

params = {
'logtype': 'delete',
'reverse': True,
'page': 'File:' + page.title(underscore=True, with_ns=False),
}
try:
Expand Down

0 comments on commit 8322d32

Please sign in to comment.