no sequence
This commit is contained in:
parent
0e36ddfefc
commit
95bc1995e9
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ class MainHandler(tornado.web.RequestHandler):
|
|||
self.write(content)
|
||||
|
||||
def load_sequence():
|
||||
data = []
|
||||
if os.path.exists('sequence.json'):
|
||||
try:
|
||||
with open('sequence.json') as fd:
|
||||
|
|
Loading…
Add table
Reference in a new issue