feat: Add instance health check, allow clean locations for rescue orgs

This commit is contained in:
2024-09-28 23:45:59 +02:00
parent 6f68d0cb51
commit cabb7f7181
6 changed files with 97 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
import logging
import requests
import json
from math import radians, sqrt, sin, cos, atan2
from notfellchen import __version__ as nf_version
from notfellchen import settings
from math import radians, sqrt, sin, cos, atan2
def calculate_distance_between_coordinates(position1, position2):