fix: Reduce Open Notify API failure log level to debug

The Open Notify API is unreliable and has a fallback. Changed from
warning to debug to match satellite.py and reduce log noise.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-30 15:50:05 +00:00
parent 978e6cdaea
commit 206e63944e
+1 -1
View File
@@ -404,7 +404,7 @@ def iss_position():
return jsonify(result)
except Exception as e:
logger.warning(f"Open Notify API failed: {e}")
logger.debug(f"Open Notify API failed: {e}")
# Try fallback API: Where The ISS At
try: