Skip to content

Commit 4d5e36d

Browse files
Add application name to Sanic example (#892)
1 parent f2ae136 commit 4d5e36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/server/sanic/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import socketio
55

66
sio = socketio.AsyncServer(async_mode='sanic')
7-
app = Sanic()
7+
app = Sanic(name='sanic_application')
88
sio.attach(app)
99

1010

0 commit comments

Comments
 (0)