Merge pull request #122 from alex1704/master

fix name 'KeyFileName' is not defined error
This commit is contained in:
Alone_Monkey 2020-06-01 12:22:21 +08:00 committed by GitHub
commit 56e99b2138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'