server.py: Add python3 shebang

This commit is contained in:
Jelle Licht 2020-09-04 16:43:51 +02:00
parent ec98348018
commit c084caf492
No known key found for this signature in database
GPG Key ID: DA4597F947B41025

View File

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