mirror of https://gitlab.com/bashrc2/epicyon
Try decode
parent
9e9260f996
commit
4ae525589d
|
@ -2674,7 +2674,11 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if line>2:
|
if line>2:
|
||||||
postValue+='\n'
|
postValue+='\n'
|
||||||
postValue+=postLines[line]
|
postValue+=postLines[line]
|
||||||
fields[postKey]=postValue
|
fields[postKey]=postValue.decode()
|
||||||
|
if postKey=='message':
|
||||||
|
print('************************************************************************')
|
||||||
|
print('message: '+fields[postKey]+' *******************************************')
|
||||||
|
print('************************************************************************')
|
||||||
else:
|
else:
|
||||||
# directly search the binary array for the beginning
|
# directly search the binary array for the beginning
|
||||||
# of an image
|
# of an image
|
||||||
|
|
Loading…
Reference in New Issue