mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-21 09:44:31 +02:00
bah tu étais passé ou toi ?
This commit is contained in:
@ -98,7 +98,8 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
@app.context_processor
|
@app.context_processor
|
||||||
def inject_default_variables():
|
def inject_default_variables():
|
||||||
version = f.readline().replace("\n", '')
|
with open("/app/MsRewards-Reborn/version", "r") as f:
|
||||||
|
version = f.readline().replace("\n", '')
|
||||||
return dict(version=version)
|
return dict(version=version)
|
||||||
"""
|
"""
|
||||||
#Login stuff
|
#Login stuff
|
||||||
|
2
version
2
version
@ -1 +1 @@
|
|||||||
v6.2.11
|
v6.2.12
|
||||||
|
Reference in New Issue
Block a user