mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-21 13:08:11 -04:00
change block diff
This commit is contained in:
parent
3555e23eb8
commit
352a5ead19
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ logging.basicConfig(
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.config.from_envvar("FLASK_SECRETS")
|
app.config.from_envvar("FLASK_SECRETS")
|
||||||
app.secret_key = app.config["SECRET_KEY"]
|
app.secret_key = app.config["SECRET_KEY"]
|
||||||
HEALTHY_BLOCK_DIFF = 100 # idc to config this. hardcode is fine.
|
HEALTHY_BLOCK_DIFF = 500 # idc to config this. hardcode is fine.
|
||||||
|
|
||||||
@app.route("/", methods=["GET", "POST"])
|
@app.route("/", methods=["GET", "POST"])
|
||||||
def index():
|
def index():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue