name 'KeyFileName' is not defined error

This commit is contained in:
alex1704 2020-06-01 01:04:26 +03:00
parent 8b5b5332fd
commit 9e75f6bca3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ User = 'root'
Password = 'alpine' Password = 'alpine'
Host = 'localhost' Host = 'localhost'
Port = 2222 Port = 2222
KeyFileName = None
TEMP_DIR = tempfile.gettempdir() TEMP_DIR = tempfile.gettempdir()
PAYLOAD_DIR = 'Payload' PAYLOAD_DIR = 'Payload'