Added shebang line
Added shebang line so that script can be executed directly
This commit is contained in:
parent
49b2874390
commit
bc9902baed
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import argparse, asyncio, importlib, inspect, ipaddress, math, os, re, sys, signal, select, socket, termios, time, traceback, tty
|
||||
from datetime import datetime
|
||||
|
||||
|
|
Loading…
Reference in New Issue