Make server executable

This commit is contained in:
Eli Ribble 2024-08-01 14:21:03 -07:00
parent f78eb8446c
commit 99cc052f6f
1 changed files with 1 additions and 0 deletions

1
server.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import logging
import socket