Add debug logging for sys.argv in main function
This commit is contained in:
parent
bc1160d670
commit
0181766269
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ def is_deadpoint(ap_bssid):
|
||||||
|
|
||||||
# === Main ===
|
# === Main ===
|
||||||
def main():
|
def main():
|
||||||
|
print("[DEBUG] sys.argv:", sys.argv, flush=True)
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
parser.add_argument("--main-iface", required=True, help="Active interface (used to determine channel)")
|
parser.add_argument("--main-iface", required=True, help="Active interface (used to determine channel)")
|
||||||
parser.add_argument("--monitor-iface", required=True, help="Monitor interface to sniff on")
|
parser.add_argument("--monitor-iface", required=True, help="Monitor interface to sniff on")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue