Make main file executable
This commit is contained in:
parent
d1779dd51e
commit
2b6d4c82e9
1 changed files with 1 additions and 0 deletions
1
server.py
Normal file → Executable file
1
server.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#! /usr/bin/python3
|
||||
import os, sys, asyncio, re, signal
|
||||
from platform import uname
|
||||
from traceback import format_exc
|
||||
|
|
Loading…
Reference in a new issue