diff --git a/main.py b/main.py index dd461bf..177fb14 100644 --- a/main.py +++ b/main.py @@ -341,7 +341,7 @@ async def reporting(get: CL.CL_REPORTING,api_key: APIKey = Depends(auth.get_api_ print(f"{get.lastaccess}") print(f"{get.ipaddress}") entry = database(f"SELECT s.customer_ID,s.service_ID from `server` s where s.privat_ipaddress LIKE '%{get.ipaddress}%'","Kunden","") - print(entry) + print(entry[0]) ## Startet den API-Server