Skip to content

Commit

Permalink
Merge pull request #281 from MitchBred/weather-standby-mode
Browse files Browse the repository at this point in the history
chore(weather-standby-mode): print cloud percentage
  • Loading branch information
MitchBred authored Nov 25, 2023
2 parents a0f8186 + 69a6d28 commit fff6309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import weather.api
from calculations import kilometer_to_nautical_mile
# disable import for dev
# from camera import video
from camera import video

load_dotenv(find_dotenv()) # load env

Expand Down Expand Up @@ -70,7 +70,7 @@ def check(lons_lats_vect):
except:
pass

# video.record(flight_video)
video.record(flight_video)
else:
print(f'Flights | no flights in kilometer area of {os.getenv("KM_RADIUS")} KM.', response.status_code)
elif response.status_code == 503:
Expand Down

0 comments on commit fff6309

Please sign in to comment.