fix typo in shebang of server.py

This commit is contained in:
Simon Tas 2020-05-29 18:54:35 +02:00
parent 5ba4ac2bb1
commit 7460230fc5
No known key found for this signature in database
GPG key ID: 03B0435809755A4F

View file

@ -1,4 +1,4 @@
#!/usr/env/bin python3
#!/usr/bin/env python3
import logging
import sys
import subprocess