Explorar el Código

Fix typo in import

Stephen Dade hace 5 años
padre
commit
a891337a3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wsgi.py

+ 1 - 1
wsgi.py

@@ -1,4 +1,4 @@
-from terraingen import app
+from app import app
 
 if __name__ == "__main__":
     app.run()