bugfix: cm

This commit is contained in:
Usman Nasir
2021-03-14 00:15:09 +05:00
parent a5463af7b8
commit d842c5bde1

View File

@@ -1929,7 +1929,7 @@ class CloudManager:
"--pluginUpdates '%s' --themeUpdates '%s' --title '%s' --updates '%s' --userName '%s' " \
"--version '%s' --createSite %s" % (
tempStatusPath, self.data['appsSet'], self.data['domain'], self.data['email'],
self.data['password'],
self.data['passwordByPass'],
self.data['pluginUpdates'], self.data['themeUpdates'], self.data['title'],
self.data['updates'],
self.data['userName'], self.data['version'], str(self.data['createSite']))