From bc7708339f3d48db9d1c00a37b4db14f3a3b2129 Mon Sep 17 00:00:00 2001 From: vivekanand1101 Date: Nov 09 2017 13:41:52 +0000 Subject: fix typo in files/pagure.wsgi --- diff --git a/files/pagure.wsgi b/files/pagure.wsgi index fd51e81..6bcc1ff 100644 --- a/files/pagure.wsgi +++ b/files/pagure.wsgi @@ -23,6 +23,6 @@ os.environ['TEMP'] = '/var/tmp/' #sys.path.insert(0, '/path/to/pagure/') -# The most import line to make the wsgi working +# The most important line to make the wsgi working from pagure import APP as application #application.debug = True