summaryrefslogtreecommitdiff
path: root/pastepy
diff options
context:
space:
mode:
Diffstat (limited to 'pastepy')
-rw-r--r--pastepy/pastepy.py2
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'