Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/676b90e6490caa8781d60e3c673523e7e945eb8b?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/7/head
Ferry Boender 10 years ago
parent ddf5464ade
commit 676b90e649
  1. 1
      src/scriptform.py

@ -5,6 +5,7 @@
# - How does script_raw check the exitcode? Document this. # - How does script_raw check the exitcode? Document this.
# - Default values for input fields. # - Default values for input fields.
# - If there are errors in the form, its values are empties. # - If there are errors in the form, its values are empties.
# - Send responses using self.send_ if possible
import sys import sys
import optparse import optparse

Loading…
Cancel
Save