diff --git a/lcs/root.ptl b/lcs/root.ptl index 47950ae..f824e60 100644 --- a/lcs/root.ptl +++ b/lcs/root.ptl @@ -23,6 +23,9 @@ from users import User from qommon.tokens import Token import subprocess +import logging + +logging.basicConfig() xmlindent = "/usr/bin/xmlindent"