feat: auth

This commit is contained in:
Florian Hönicke
2023-04-14 19:35:14 +02:00
parent 89302ddaa7
commit 7845859f61
3 changed files with 13 additions and 6 deletions

View File

@@ -206,6 +206,7 @@ print(response[0].text) # can also be blob in case of image/audio..., this shoul
error_before = error
else:
print('Successfully build microservice.')
break
if i == MAX_DEBUGGING_ITERATIONS - 1:
raise self.MaxDebugTimeReachedException('Could not debug the microservice.')