Change resolution to 1280x720 - 16:9
This commit is contained in:
parent
05d983dae3
commit
3bf33f9d30
@ -24,7 +24,7 @@ from listwork import *
|
|||||||
|
|
||||||
|
|
||||||
class RequestHandler(BaseHTTPRequestHandler):
|
class RequestHandler(BaseHTTPRequestHandler):
|
||||||
MATRIX_SIZE = (720, 1024)
|
MATRIX_SIZE = (720, 1280)
|
||||||
|
|
||||||
def do_GET(self):
|
def do_GET(self):
|
||||||
params = parse_qs(self.path[1:])
|
params = parse_qs(self.path[1:])
|
||||||
|
Loading…
Reference in New Issue
Block a user