diff options
-rw-r--r-- | pastepy/pastepy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pastepy/pastepy.py b/pastepy/pastepy.py index e57d406..ca113c0 100644 --- a/pastepy/pastepy.py +++ b/pastepy/pastepy.py @@ -14,7 +14,7 @@ from pygments.formatters import HtmlFormatter from . import db -app = Blueprint(__name__, 'pastepy') +app = Blueprint('pastepy', __name__) base62_alphabet = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' |