Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saabeilin committed Mar 8, 2018
1 parent 1448a81 commit adaa875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from sanic_statsd import SanicStatsD
from yourapp.stats import configured_statsd_client as statsd

app = Sanic()
auth = SanicStatsD(app, statsd=statsd, tags=['app:{}'.format(__name__)])
SanicStatsD(app, statsd=statsd, tags=['app:{}'.format(__name__)])


@app.route("/")
Expand Down

0 comments on commit adaa875

Please sign in to comment.