tidy py sdk

This commit is contained in:
Kenneth Bingham
2025-01-28 18:53:14 -05:00
parent fe056a2ccc
commit 6d4cc020ce
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ def main():
target=args.target_url,
unique_name=args.unique_name
)
# Log access information and start the proxy
logger.info(f"Access proxy at: {', '.join(proxy_share.endpoints)}")
proxy_share.run()