We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58334e9 commit d58c537Copy full SHA for d58c537
1 file changed
main.py
@@ -189,9 +189,9 @@ def get_json_from_superoffice(self):
189
else:
190
self.data = data
191
192
- # Main fetch function that puts CRMScripts based on JSON file retrieved from given SuperOffice tenant
+ # Main fetch function
193
# Returns true if CRMScripts were fetched and folders/files were created successfully
194
- # Will delete Scripts and Trigger Folders before rebuilding them from the JSON again
+ # Will delete all files/folders before recreating them from the JSON again
195
# A backup temp folder is created in case script fails during execution
196
def fetch(self, tenant):
197
self.script_url = f"{tenant.get('url')}/scripts/customer.fcgi?action=safeParse" \
0 commit comments