Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/4e155d0a376b65cb8d8c2ddc5eb90763b499d858?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Line break.

pull/7/head
Ferry Boender 10 years ago
parent ed4b8226d8
commit 4e155d0a37
  1. 1
      src/scriptform.py

@ -300,6 +300,7 @@ class ScriptFormWebApp(WebAppHandler):
self.end_headers()
return False
return True
def h_list(self):
if not self.auth():
return

Loading…
Cancel
Save