mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 18:34:16 +02:00
refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user