Browse Source

Fix typo in import

Stephen Dade 5 years ago
parent
commit
a891337a3d
1 changed files with 1 additions and 1 deletions
  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()