mirror of
https://github.com/smittix/intercept.git
synced 2026-07-31 11:53:05 -07:00
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:
+1
-1
@@ -404,7 +404,7 @@ def iss_position():
|
|||||||
|
|
||||||
return jsonify(result)
|
return jsonify(result)
|
||||||
except Exception as e:
|
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 fallback API: Where The ISS At
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user