Skip to content

Commit abc6bd4

Browse files
Update documents.py
1 parent 469d06f commit abc6bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfax/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create(self, name, size, **kwargs):
2929
kwargs['size'] = size
3030

3131
valid_keys = ['name', 'size', 'disposition', 'shared']
32-
32+
print("Creating document upload session..")
3333
uri = self.client.post('/outbound/documents', kwargs, valid_keys)
3434

3535
return Document(self.client, {'uri': uri})

0 commit comments

Comments
 (0)