delete some extraneous files

main
Shoofle 1 month ago
parent 5a492365c2
commit c0a11ea23f
  1. BIN
      pure_flask.pyc
  2. 13
      shooflenet.service
  3. 2
      test.py

Binary file not shown.

@ -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

@ -1,2 +0,0 @@
from pathlib import Path
print(Path(__file__).parent )
Loading…
Cancel
Save