kerneltest: use the correct module in wsgi.py

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-03-13 13:15:24 +10:00
parent ca352c425c
commit f259ca4e04

View file

@ -1,4 +1,4 @@
from fedora_elections import APP
from kerneltest import APP
if __name__ == '__main__':
APP.run()