Skip to content

Commit 5dbcb8e

Browse files
authored
chore: update readme
1 parent 8b180a9 commit 5dbcb8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ def upload_file_to_presigned_url(file_path: str, upload_url: str):
162162

163163
async def main():
164164
with Documenso(
165-
# api_key=os.getenv("DOCUMENSO_API_KEY", ""),
166-
api_key="api_d61fxqsynan9ftcb",
167-
server_url="https://stg-app.documenso.com/api/v2-beta",
165+
api_key=os.getenv("DOCUMENSO_API_KEY", ""),
168166
) as documenso:
169167

170168
# Create document with recipients and fields

0 commit comments

Comments
 (0)