From 92898728312e91895e33a8dece675af163b6958f Mon Sep 17 00:00:00 2001 From: TheDudeFromCI Date: Tue, 3 Aug 2021 03:01:51 -0700 Subject: [PATCH] Removed warning in default config --- src/handlers/handle_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/handle_config.py b/src/handlers/handle_config.py index 62b886f..7cb1c0f 100644 --- a/src/handlers/handle_config.py +++ b/src/handlers/handle_config.py @@ -72,7 +72,7 @@ def createConfig(): config['SFTP - Remote Server']['Server'] = '0.0.0.0' config['SFTP - Remote Server']['Username'] = 'user' config['SFTP - Remote Server']['Password'] = 'password' - config['SFTP - Remote Server'][';'] = 'If a different Port for SFTP needs to be used (Works only for SFTP)' + config['SFTP - Remote Server'][';'] = 'If a different Port for SFTP needs to be used' config['SFTP - Remote Server']['SFTPPort'] = '22' config['SFTP - Remote Server'][';_'] = 'Change the path below if the plugin folder path is different on the SFTP/FTP server (Change only if you know what you are doing)' config['SFTP - Remote Server']['PluginFolderOnServer'] = '/plugins'