ArkPlanner icon indicating copy to clipboard operation
ArkPlanner copied to clipboard

Give a name to Sanic app

Open wangqr opened this issue 5 years ago • 0 comments

Running python server.py will give a warning:

server.py:8: DeprecationWarning: Sanic(name=None) is deprecated and None value support for `name` will be removed in the next release. Please use Sanic(name='your_application_name') instead.
  app = Sanic()

So this PR gives a name to the Sanic app.

wangqr avatar Jul 27 '20 21:07 wangqr