cmds
This commit is contained in:
@@ -32,4 +32,4 @@ def cm(cmd):
|
|||||||
c=cmds[cmd]
|
c=cmds[cmd]
|
||||||
return run_cmd(c)
|
return run_cmd(c)
|
||||||
else:
|
else:
|
||||||
return render_template("index.html", out="Command not found"), 404
|
return render_template("index.html", out="Command not found",keys=keys, title=cfg.title.decode("utf8")), 404
|
||||||
|
|||||||
Reference in New Issue
Block a user