Skip to content

Commit

Permalink
🏠 Small tweak to incorrect readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-richert authored and bbelyeu committed Mar 1, 2018
1 parent 02c4802 commit 84fbe70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ celerybeat-schedule

# dotenv
.env
.envrc

# virtualenv
.venv
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Flask-StatsDClient(https://pypi.python.org/pypi/Flask-StatsDClient/1.0.1) simply

app = Flask(__name__)
statsd = StatsDClient(app)
exceptions = AddExceptions(app, statsd)
exceptions = AddExceptions(app, statsd=statsd)

The default StatsD counter will be in the form `exceptions.xxx` with xxx being the status code.
This does not take into account any prefix you added when instantiating StatsClient itself.
Expand Down

0 comments on commit 84fbe70

Please sign in to comment.