server.py: Add python3 shebang

This commit is contained in:
Jelle Licht
2020-09-04 16:43:51 +02:00
parent ec98348018
commit c084caf492

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from gevent import monkey
monkey.patch_all()
import gevent.socket