krumkrum
Results
1
comments of
krumkrum
I use something like this. `filter = "category ne '{}'".format(exclude_category.replace("'", "''")) if exclude_category else None` example `"category ne 'Configuring_the_Server' and category ne 'Features' and category ne 'Casino_Games' and category ne...