summaryrefslogtreecommitdiff
path: root/bs4/element.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/element.py')
-rw-r--r--bs4/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/element.py b/bs4/element.py
index 1239d06..ff343b5 100644
--- a/bs4/element.py
+++ b/bs4/element.py
@@ -1357,7 +1357,7 @@ class Tag(PageElement):
if limit is None:
limit = 0
- return soupsieve.select(selector, self, namespaces, limit)
+ return soupsieve.select(selector, self, namespaces, limit, flags)
# Old names for backwards compatibility
def childGenerator(self):