diff --git a/pure_flask.pyc b/pure_flask.pyc deleted file mode 100644 index c6929ec..0000000 Binary files a/pure_flask.pyc and /dev/null differ diff --git a/shooflenet.service b/shooflenet.service deleted file mode 100644 index e429582..0000000 --- a/shooflenet.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=The Shoofle.net Webserver -After=network.target - -[Service] -User=mrserver -WorkingDirectory=/home/shoofle/shooflenet -ExecStart=authbind gunicorn -b localhost:16000 pure_flask:app -Restart=always - -[Install] -WantedBy=multi-user.target - diff --git a/test.py b/test.py deleted file mode 100644 index de6b4e3..0000000 --- a/test.py +++ /dev/null @@ -1,2 +0,0 @@ -from pathlib import Path -print(Path(__file__).parent )