Fixed a bug that broke the first-run-dialog

This commit is contained in:
Gina Häußge 2014-09-12 12:18:15 +02:00
parent e69c1e8e93
commit fe34bdc656

View file

@ -150,7 +150,6 @@ def pluginCommand(name):
@api.route("/setup", methods=["POST"])
@restricted_access
def firstRunSetup():
if not s().getBoolean(["server", "firstRun"]):
abort(403)