Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Sep 14, 2016
1 parent 6f6c287 commit c7e4e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudspotting/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
}

ACCOUNT_PASSWORD_USE_HISTORY = True
ACCOUNT_PASSWORD_EXPIRY = 60*60*24
ACCOUNT_PASSWORD_EXPIRY = 60 * 60 * 24

0 comments on commit c7e4e53

Please sign in to comment.