Bhargav3000 commited on
Commit
785c48a
·
verified ·
1 Parent(s): 81d9b40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ sf = Salesforce(
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
 
 
23
  domain='login'
24
  )
25
 
 
 
26
  # Using a temporary directory to save retrieved files
27
  temp_dir = tempfile.mkdtemp()
28