Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Sep 13, 2019
1 parent 8f7b75a commit e2b2c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

logger = logging.getLogger(__name__)


@app.route('/')
def index():
app.log.debug("This is a debug logging test with the app logger")
Expand Down

0 comments on commit e2b2c83

Please sign in to comment.