Revert
This commit is contained in:
parent
f5ed42c5e6
commit
df06ca94a3
4
main.py
4
main.py
@ -63,8 +63,8 @@ class RequestHandler(BaseHTTPRequestHandler):
|
|||||||
body = self.rfile.read(content_length)
|
body = self.rfile.read(content_length)
|
||||||
params = parse_qs(body.decode('utf-8'))
|
params = parse_qs(body.decode('utf-8'))
|
||||||
|
|
||||||
x = int(params['y'][0])
|
y = int(params['y'][0])
|
||||||
y = int(params['x'][0])
|
x = int(params['x'][0])
|
||||||
color = params['color'][0]
|
color = params['color'][0]
|
||||||
|
|
||||||
matrix = self.get_matrix()
|
matrix = self.get_matrix()
|
||||||
|
Loading…
Reference in New Issue
Block a user