Bhargav3000 commited on
Commit
81d9b40
·
verified ·
1 Parent(s): 20c4702

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ sf = Salesforce(
23
  domain='login'
24
  )
25
 
 
 
26
  # Using a temporary directory to save retrieved files
27
  temp_dir = tempfile.mkdtemp()
28
 
 
23
  domain='login'
24
  )
25
 
26
+ print ("salesforce connected")
27
+
28
  # Using a temporary directory to save retrieved files
29
  temp_dir = tempfile.mkdtemp()
30