Skip to content

Commit 7960e85

Browse files
committed
Minor change to how schemaless is called
1 parent 20ffe69 commit 7960e85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

email/1.3.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ jsonpickle==2.0.0
44

55
eml-parser==2.0.0
66
msg-parser==1.2.0
7-
shuffle_sdk==0.0.11
7+
shuffle_sdk==0.0.28

shuffle-ai/1.0.0/src/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,8 @@ def run_schemaless(self, category, action, app_name="", fields=""):
499499
})
500500

501501

502-
baseurl = "%s/api/v1/apps/categories/run" % self.base_url
502+
#baseurl = "%s/api/v1/apps/categories/run" % self.base_url
503+
baseurl = "%s/api/v1/apps/categories/run" % self.url
503504
baseurl += "?execution_id=%s&authorization=%s" % (self.current_execution_id, self.authorization)
504505

505506
self.logger.info("[DEBUG] Running schemaless action with URL '%s', category %s and action label %s" % (baseurl, category, action))

0 commit comments

Comments
 (0)