Patch for an Issue #246

This commit is contained in:
Miroslav Stampar
2012-11-13 10:21:11 +01:00
parent f305dde413
commit a52dbc575b
4 changed files with 10 additions and 10 deletions

View File

@@ -300,7 +300,7 @@ def start():
if conf.cookie:
message += "\nCookie: %s" % conf.cookie
if conf.data:
if conf.data is not None:
message += "\nPOST data: %s" % urlencode(conf.data) if conf.data else ""
if conf.forms: