Skip to content

Commit 565c42c

Browse files
committed
Update cells api env.
1 parent 45aaf35 commit 565c42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example_TextProcessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# If no environment variables are configured, please obtain the ClientId and ClientSecret from https://dashboard.aspose.cloud/#/applications and replace the following values:
99
# instance = CellsApi('YourClientId','YourClientSecret')
10-
instance = CellsApi(os.getenv('CellsCloudTestClientId'),os.getenv('CellsCloudTestClientSecret'))
10+
instance = CellsApi(os.getenv('CellsCloudClientId'),os.getenv('CellsCloudClientSecret'))
1111

1212
instance.upload_file( UploadFileRequest( "BookText.xlsx", "PythonSDK/BookText.xlsx"))
1313

0 commit comments

Comments
 (0)