Name server
This commit is contained in:
parent
89368d224e
commit
205d58efc3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from sanic import Sanic
|
||||||
from lantern.route import main_route
|
from lantern.route import main_route
|
||||||
|
|
||||||
|
|
||||||
app = Sanic()
|
app = Sanic(__name__)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Reference in a new issue