We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9476e64 commit cd14c5eCopy full SHA for cd14c5e
1 file changed
app.py
@@ -186,10 +186,7 @@ def main():
186
187
response = sendDiffToEndpoint(globalDiff)
188
189
- if response:
190
- logger.debug(f"Endpoint responded with {response.text} {response.status_code} {"OK" if response.ok else "NOT OK"}")
191
- else:
192
- logger.error(f"Endpoint did not respond")
+ logger.debug(f"Endpoint responded with {response.text} {response.status_code} {"OK" if response.ok else "NOT OK"}")
193
194
if __name__ == '__main__':
195
logger.setLevel(level=LOG_LEVEL)
0 commit comments