Error on non encrypted session #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running 2 ping I receive a NoneType error after 10-15 seconds.
If I comment out lines 1048 - 1051 in cli.py then this does not happen.
I believe this is because I am not running an encrypted session, but it is trying to cleanup something that doesn't exist. Maybe wrap this in an if to check if sock_class.encrypted_sessions.keys() actual has data.
Fixed, thank you!