set_scrub (function)

Sets the scrubbing value. The app may need to restart for these changes to take effect.

Syntax

def set_scrub(value: bool) -> None:

Parameters

value

The new value of config.SCRUB_ENABLED

Last updated