refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module

This commit is contained in:
Vinicius Moreira
2021-11-24 11:08:26 -03:00
parent 83cc7cc134
commit 63dd4963cf
4 changed files with 13 additions and 12 deletions

View File

@@ -3,4 +3,3 @@ __app_name__ = 'bauh'
import os
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
LOGS_PATH = '/tmp/{}/logs'.format(__app_name__)