Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Remove set locale
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Feb 26, 2018
1 parent 1d59bc8 commit 0fc52d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sherlog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from .app import app


locale.setlocale(locale.LC_ALL, 'fr_FR')


# @app.cli.command()
def drop_db():
filename = urlparse(app.config['DB']).path
if os.path.isfile(filename):
Expand Down

0 comments on commit 0fc52d8

Please sign in to comment.