bah tu étais passé ou toi ?
This commit is contained in:
parent
15103b7905
commit
74ea8ee854
@ -98,6 +98,7 @@ app = Flask(__name__)
|
||||
|
||||
@app.context_processor
|
||||
def inject_default_variables():
|
||||
with open("/app/MsRewards-Reborn/version", "r") as f:
|
||||
version = f.readline().replace("\n", '')
|
||||
return dict(version=version)
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user