File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2600,7 +2600,7 @@ def configure_from_task_type(task_type: Optional[str]) -> Optional[tuple]:
26002600
26012601 try :
26022602 responses = await self ._sendPollRequest (task_uuid , poll_count )
2603- print ( f"[DEBUG _pollResults] Responses: { responses } " )
2603+
26042604 for response in responses :
26052605 if response .get ("code" ):
26062606 raise RunwareAPIError (response )
Original file line number Diff line number Diff line change @@ -760,11 +760,11 @@ def createVideoToTextFromResponse(response: dict) -> IVideoToText:
760760
761761
762762async def getIntervalWithPromise (
763- callback : GetWithPromiseCallBackType ,
764- debugKey : str = "debugKey" ,
765- timeOutDuration : int = TIMEOUT_DURATION ,
766- shouldThrowError : bool = True ,
767- pollingInterval : int = 350 ,
763+ callback : GetWithPromiseCallBackType ,
764+ debugKey : str = "debugKey" ,
765+ timeOutDuration : int = TIMEOUT_DURATION ,
766+ shouldThrowError : bool = True ,
767+ pollingInterval : int = 350 ,
768768) -> Any :
769769 logger = logging .getLogger (__name__ )
770770
You can’t perform that action at this time.
0 commit comments