diff --git a/bots/markpages.py b/bots/markpages.py index d8e1545..5dcf527 100644 --- a/bots/markpages.py +++ b/bots/markpages.py @@ -73,7 +73,9 @@ class MarkPagesBot( CurrentPageBot ): # sets 'current_page' on each treat() self.build_generator() # Run super class init with builded generator - super( MarkPagesBot, self ).__init__(generator=self.gen) + super( MarkPagesBot, self ).__init__( + generator=self.gen, + always=True if "always" in kwargs else False ) def run(self): """