config: Default LOG_DIR to the local Path.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-22 16:57:12 +02:00
parent eb89a5252a
commit 9ec1b20b90

View file

@ -686,4 +686,4 @@ options = None
safeJID = None # type: Optional[Callable]
# the global log dir
LOG_DIR = ''
LOG_DIR = Path()