Skip to content

Commit

Permalink
Update flask_sslify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Apr 29, 2012
1 parent 047c6a9 commit 348866b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flask_sslify.py
@@ -1,8 +1,10 @@
# -*- coding: utf-8 -*-

YEAR_IN_SECS = 31536000
from flask import request, redirect

YEAR_IN_SECS = 31536000


class SSLify(object):
"""Secures your Flask App."""

Expand Down

0 comments on commit 348866b

Please sign in to comment.