From 85e7887b654961565c3069084653ee936b48fb22 Mon Sep 17 00:00:00 2001 From: michael1986 Date: Mon, 1 Dec 2025 14:52:22 +0100 Subject: [PATCH] API --- runapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runapi.py b/runapi.py index 8eb51fb..279213b 100644 --- a/runapi.py +++ b/runapi.py @@ -11,6 +11,6 @@ import requests response = requests.get('https://api.auctionviewer.ikbenhenk.nl//v2/refreshauction/NL') if(response.status_code ==200): - print('ran getauctions request successfull') + print('ran getauctions request successful') else: print('A error occurred while running the getauctions request') \ No newline at end of file