mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
info log didn't show up. Maybe debug?
This commit is contained in:
parent
8b6c8f9518
commit
50d4159168
@ -32,6 +32,7 @@ class ProtocolBuilderService(object):
|
||||
raise ApiError("protocol_builder_error", "This user id is invalid: " + str(user_id))
|
||||
url = ProtocolBuilderService.STUDY_URL % user_id
|
||||
logging.info(f'get_studies: url: {url}')
|
||||
logging.debug(f'get_studies: url: {url}')
|
||||
response = requests.get(url)
|
||||
if response.ok and response.text:
|
||||
logging.info(f'get_studies: response.text: {response.text}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user