diff --git a/.gitignore b/.gitignore index 105ed715..ec3d0271 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ diario.json libopus-0.dll music.opus opusfiles/ -ignored/* +ignored/ markovmodel.json -prova.py \ No newline at end of file +logs/ diff --git a/application.wsgi b/application.wsgi new file mode 100644 index 00000000..eeaadd0c --- /dev/null +++ b/application.wsgi @@ -0,0 +1,2 @@ +import webserver +application = webserver.app