aboutsummaryrefslogtreecommitdiff
path: root/cgi/weabot.py
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/weabot.py')
-rwxr-xr-xcgi/weabot.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/cgi/weabot.py b/cgi/weabot.py
index f576f91..8d352a7 100755
--- a/cgi/weabot.py
+++ b/cgi/weabot.py
@@ -38,10 +38,7 @@ class weabot(object):
self.environ["PATH_INFO"] = self.environ["PATH_INFO"][11:]
self.start = start_response
-
- if self.environ.get("QUERY_STRING") != "rawpost":
- self.formdata = getFormData(self)
-
+ self.formdata = getFormData(self)
self.output = ""
self.handleRequest()