3 lines
115 B
Python
3 lines
115 B
Python
|
from pantograph.server import DEFAULT_CORE_OPTIONS
|
||
|
CORE_OPTIONS = DEFAULT_CORE_OPTIONS + ["tactic.hygienic=false"]
|