You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding additional recipient address throws of some errors.
File "spoof.py", line 8, in
sys.exit(main())
File "spoof.py", line 6, in main
args.func(args)
File "/home/....wizard.py", line 42, in run
while recipient:
UnboundLocalError: local variable 'recipient' referenced before assignment.
The text was updated successfully, but these errors were encountered:
Adding additional recipient address throws of some errors.
File "spoof.py", line 8, in
sys.exit(main())
File "spoof.py", line 6, in main
args.func(args)
File "/home/....wizard.py", line 42, in run
while recipient:
UnboundLocalError: local variable 'recipient' referenced before assignment.
The text was updated successfully, but these errors were encountered: