Skip to content

Commit

Permalink
Add application name to Sanic example (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
flocko-motion authored Mar 16, 2022
1 parent f2ae136 commit 4d5e36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/sanic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import socketio

sio = socketio.AsyncServer(async_mode='sanic')
app = Sanic()
app = Sanic(name='sanic_application')
sio.attach(app)


Expand Down

0 comments on commit 4d5e36d

Please sign in to comment.