Skip to content

Commit

Permalink
set the constructor to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Jul 27, 2024
1 parent c680d55 commit ae56d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/installed_clients/GenomeAnnotationAPIClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
password=None, token=None, ignore_authrc=False,
trust_all_ssl_certificates=False,
auth_svc='https://ci.kbase.us/services/auth/api/legacy/KBase/Sessions/Login',
service_ver='release',
service_ver='dev',
async_job_check_time_ms=100, async_job_check_time_scale_percent=150,
async_job_check_max_time_ms=300000):
if url is None:
Expand Down
2 changes: 1 addition & 1 deletion lib/installed_clients/WSLargeDataIOClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
password=None, token=None, ignore_authrc=False,
trust_all_ssl_certificates=False,
auth_svc='https://ci.kbase.us/services/auth/api/legacy/KBase/Sessions/Login',
service_ver='beta',
service_ver='dev',
async_job_check_time_ms=100, async_job_check_time_scale_percent=150,
async_job_check_max_time_ms=300000):
if url is None:
Expand Down

0 comments on commit ae56d06

Please sign in to comment.