diff options
author | Jelle Licht <jlicht@fsfe.org> | 2020-09-04 16:43:51 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2020-09-05 20:41:16 +0200 |
commit | c084caf492e840991f7367063291d068461f8a4d (patch) | |
tree | f8968cabe2677a6e9f94792ea4c982a167519315 /server.py | |
parent | ec9834801886e1e29e87c1166382d7b4020023e2 (diff) | |
download | yt-local-c084caf492e840991f7367063291d068461f8a4d.tar.lz yt-local-c084caf492e840991f7367063291d068461f8a4d.tar.xz yt-local-c084caf492e840991f7367063291d068461f8a4d.zip |
server.py: Add python3 shebang
Diffstat (limited to 'server.py')
-rw-r--r-- | server.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from gevent import monkey monkey.patch_all() import gevent.socket |