1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Update gitignore and sync some files from the server

This commit is contained in:
Steffo 2019-02-10 16:59:36 +01:00
parent ccc1870915
commit e351791c9b
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -6,6 +6,6 @@ diario.json
libopus-0.dll libopus-0.dll
music.opus music.opus
opusfiles/ opusfiles/
ignored/* ignored/
markovmodel.json markovmodel.json
prova.py logs/

2
application.wsgi Normal file
View file

@ -0,0 +1,2 @@
import webserver
application = webserver.app