Scroll wallets QR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user