kerneltest: use the correct module in wsgi.py
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
ca352c425c
commit
f259ca4e04
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from fedora_elections import APP
|
from kerneltest import APP
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
APP.run()
|
APP.run()
|
Loading…
Add table
Add a link
Reference in a new issue