no sequence

This commit is contained in:
j 2021-10-14 09:53:20 +01:00
parent 0e36ddfefc
commit 95bc1995e9

View File

@ -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: