mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Why do you do this to me
This commit is contained in:
parent
010fd629e6
commit
0dbd7235d7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ else:
|
||||||
config = os.path.join(app.config.get('ROOT_DIR', os.getcwd()), 'config.py')
|
config = os.path.join(app.config.get('ROOT_DIR', os.getcwd()), 'config.py')
|
||||||
app.config.from_pyfile(config)
|
app.config.from_pyfile(config)
|
||||||
app.config['GIT_REVISION'] = (
|
app.config['GIT_REVISION'] = (
|
||||||
subprocess.check_output(['/usr/bin/git', 'rev-parse', '--short', 'HEAD']).decode('utf-8').rstrip()
|
subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).decode('utf-8').rstrip()
|
||||||
)
|
)
|
||||||
|
|
||||||
# Sentry setup
|
# Sentry setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue