Index: cloud_sync.py =================================================================== diff -u -r011ffd902df4c112d14412bccc7e850519ad0ee9 -r8819ea1a48e9bb0014e9bb90ebb1e0d16eda7d65 --- cloud_sync.py (.../cloud_sync.py) (revision 011ffd902df4c112d14412bccc7e850519ad0ee9) +++ cloud_sync.py (.../cloud_sync.py) (revision 8819ea1a48e9bb0014e9bb90ebb1e0d16eda7d65) @@ -50,7 +50,7 @@ # Update the $HOME from /var/configuraitons/ and update result in both for later update oldConfig = helpers_read_config(OPERATION_CONFIG_FILE_PATH) newConfig = helpers_read_config(CONFIG_PATH) - newConfig . update (oldConfig) + newConfig.update(oldConfig) helpers_write_config(None , CONFIG_PATH , newConfig) helpers_write_config(OPERATION_CONFIG_PATH, OPERATION_CONFIG_FILE_PATH, newConfig) print("CloudSync update config done.")