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 a0ba97f commit d795f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikitools/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_edit_url(self):
def get_transclusion_count(self):
return sum(1 for _ in self.get_transclusions())

def get_transclusions(self, *, namespaces=None)
def get_transclusions(self, *, namespaces=None):
if not namespaces:
namespaces = ['Main']
namespace_query = '|'.join((str(self.wiki.namespaces[ns]) for ns in namespaces))
Expand Down

0 comments on commit d795f36

Please sign in to comment.