error: uncaptured python exception, closing channel <__main__.EchoHandler 37.55.139.97:50573 at 0xb738bc4c> (:tuple index out of range [/usr/lib/python3.3/asyncore.py|read|83] [/usr/lib/python3.3/asyncore.py|handle_read_event|441] [./srv.py|handle_read|19])
if querry:
dataset = querry.split()
if len(dataset) >= 5:
with sqlite3.connect('aybremote') as connection:
cursor = connection.cursor()
cursor.execute('INSERT INTO main VALUES(?,?,?,?,?)', dataset[0:5])
connection.commit()