diff --git a/daemon.py b/daemon.py index 10846317..38bbf2be 100644 --- a/daemon.py +++ b/daemon.py @@ -2674,11 +2674,7 @@ class PubServer(BaseHTTPRequestHandler): if line>2: postValue+='\n' postValue+=postLines[line] - fields[postKey]=postValue.decode() - if postKey=='message': - print('************************************************************************') - print('message: '+fields[postKey]+' *******************************************') - print('************************************************************************') + fields[postKey]=postValue else: # directly search the binary array for the beginning # of an image diff --git a/webinterface.py b/webinterface.py index 4b3d9fb3..f7c2e749 100644 --- a/webinterface.py +++ b/webinterface.py @@ -606,7 +606,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int) editProfileForm=htmlHeader(cssFilename,editProfileCSS) editProfileForm+= \ - '