Scroll wallets QR

This commit is contained in:
2025-10-03 00:43:52 +03:00
parent 8d83658a25
commit b1735ea6ac
3 changed files with 38 additions and 10 deletions
+2
View File
@@ -1,5 +1,6 @@
from os import system as console
from configparser import ConfigParser
from flask_mobility import Mobility
from flask import (
Flask,
g,
@@ -29,6 +30,7 @@ def get_locale():
return request.accept_languages.best_match(('en', 'ru', 'de', 'fr', 'ja'), 'en')
app = Flask(__name__)
Mobility(app)
@app.before_request