Revert "testing"

This reverts commit 327d5d9d01.
This commit is contained in:
Daniel 2019-01-15 19:43:11 +01:00
parent 6fdd11bb80
commit d7643a5c5a
2 changed files with 0 additions and 15 deletions

View file

@ -1,11 +0,0 @@
[uwsgi]
module = wsgi
master = true
processes = 2
socket = dircules.sock
chmod-socket = 660
vacuum = true
die-on-term = true

View file

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