Commit 59d2395b authored by Francesco Poldi's avatar Francesco Poldi

Added default for essid

parent 243f7e59
...@@ -195,6 +195,9 @@ def main(): ...@@ -195,6 +195,9 @@ def main():
if not args.index_users: if not args.index_users:
args.index_users = "twintUser" args.index_users = "twintUser"
if not args.essid:
args.essid = ""
c = initialize(args) c = initialize(args)
if args.favorites: if args.favorites:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment