whoops
This commit is contained in:
parent
835aac046f
commit
77a2ba9c65
|
@ -400,6 +400,9 @@ def config_post():
|
||||||
json.dump(configs, outFile)
|
json.dump(configs, outFile)
|
||||||
return(render_template("config.html", data=configs, discords=discords, proxys=proxys, configs=configs, len=maxi(configs)))
|
return(render_template("config.html", data=configs, discords=discords, proxys=proxys, configs=configs, len=maxi(configs)))
|
||||||
|
|
||||||
|
@app.route("/logs/", methods=["GET", "POST"])
|
||||||
|
def logs():
|
||||||
|
return(render_template("logs.html"))
|
||||||
|
|
||||||
def maxi(dict):
|
def maxi(dict):
|
||||||
m = 0
|
m = 0
|
||||||
|
|
Loading…
Reference in New Issue