aboutsummaryrefslogtreecommitdiffstats
path: root/wsgi.py
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 21:44:03 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-14 21:44:03 +0100
commite3d6c9839f41796a4870d8e9dea50ed2b657f014 (patch)
tree208a68fe017bd634f1c2a1478997a1a33aa6791c /wsgi.py
parenta1d2243d1707d6e780b9aca5cbaf00028ee536a8 (diff)
downloadjm2l-e3d6c9839f41796a4870d8e9dea50ed2b657f014.tar.gz
jm2l-e3d6c9839f41796a4870d8e9dea50ed2b657f014.tar.bz2
jm2l-e3d6c9839f41796a4870d8e9dea50ed2b657f014.tar.xz
jm2l-e3d6c9839f41796a4870d8e9dea50ed2b657f014.zip
remove inused print
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgi.py b/wsgi.py
index c03da7a..f77fb80 100644
--- a/wsgi.py
+++ b/wsgi.py
@@ -1,4 +1,4 @@
-APP_CONFIG = "production.ini"
+APP_CONFIG = "prod.ini"
#Setup logging
import logging.config