[wgem] only preparing the environment during the first installation

This commit is contained in:
Vinícius Moreira
2019-12-17 13:37:29 -03:00
parent 571acc45dd
commit f12b653393
2 changed files with 8 additions and 9 deletions

View File

@@ -24,3 +24,4 @@ UA_CHROME = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gec
TEMP_PATH = '/tmp/bauh/web'
SEARCH_INDEX_FILE = '{}/index.yaml'.format(TEMP_PATH)
SUGGESTIONS_CACHE_FILE = '{}/suggestions.yaml'.format(TEMP_PATH)
CONFIG_FILE = '{}/.config/bauh/web/config.yaml'.format(Path.home())