mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-14 14:34:45 +02:00
bah tu étais passé ou toi ?
This commit is contained in:
@ -98,7 +98,8 @@ app = Flask(__name__)
|
||||
|
||||
@app.context_processor
|
||||
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)
|
||||
"""
|
||||
#Login stuff
|
||||
|
Reference in New Issue
Block a user