Adjust the wsgi to the new MM2 structure
This commit is contained in:
parent
246e1d4700
commit
6dd8ee641a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ os.environ['MM2_CONFIG'] = '/etc/mirrormanager/mirrormanager2cfg'
|
|||
|
||||
|
||||
## The most import line to make the wsgi working
|
||||
from mirrormanager2 import APP as application
|
||||
from mirrormanager2.app import APP as application
|
||||
|
||||
## Turn on the debug mode to get more information in the logs about internal
|
||||
## errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue