Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Oct 14, 2024
1 parent d795f36 commit cb0b2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlicensed_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main(w):
non_files_with_transclusions = []

for template in image_templates:
for file in Page(w, f'Template:{template}').get_transclusions(*):
for file in Page(w, f'Template:{template}').get_transclusions('*'):
if file not in all_files:
non_files_with_transclusions.add(file)
all_files[file] = [template]
Expand Down

0 comments on commit cb0b2c3

Please sign in to comment.