archive
/
lantern
Archived
1
Fork 0

Name server

This commit is contained in:
Jake Howard 2017-04-11 09:20:59 +01:00
parent 89368d224e
commit 205d58efc3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from sanic import Sanic
from lantern.route import main_route
app = Sanic()
app = Sanic(__name__)
def main():