Skip to content

Commit 106ac26

Browse files
TIL flake8 :)
1 parent 114b5af commit 106ac26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snappass/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
app.config.update(
2727
dict(STATIC_URL=os.environ.get('STATIC_URL', 'static')))
2828

29+
2930
# Set up Babel
3031
def get_locale():
3132
return request.accept_languages.best_match(['en', 'es', 'de', 'nl'])

0 commit comments

Comments
 (0)