Skip to content

Commit

Permalink
Merge branch 'dev' into tempbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
springvalley authored Feb 20, 2024
2 parents cf1361c + d61852d commit 34c3d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WMS/ortofoto.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def generate_orto_picture():

# Oppretter en get request til WMS serveren gjennom url og api nøkkel
response = requests.get(full_url, headers=headers) # Ensure the request is made to `full_url`

if response.status_code == 200:
# Genererer et filnavn basert på dato og tid bildet ble hentet på
#timestamp = datetime.now().strftime("%Y%m%d%H%M%S")
Expand Down

0 comments on commit 34c3d4c

Please sign in to comment.