no sequence
This commit is contained in:
parent
0e36ddfefc
commit
95bc1995e9
|
@ -233,6 +233,7 @@ class MainHandler(tornado.web.RequestHandler):
|
||||||
self.write(content)
|
self.write(content)
|
||||||
|
|
||||||
def load_sequence():
|
def load_sequence():
|
||||||
|
data = []
|
||||||
if os.path.exists('sequence.json'):
|
if os.path.exists('sequence.json'):
|
||||||
try:
|
try:
|
||||||
with open('sequence.json') as fd:
|
with open('sequence.json') as fd:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user