API
Some checks failed
Ik ben Henk python api ftp deploy / Deploy Python api (push) Has been cancelled

This commit is contained in:
2025-12-01 14:52:22 +01:00
parent a7fe9d8614
commit 85e7887b65

View File

@@ -11,6 +11,6 @@ import requests
response = requests.get('https://api.auctionviewer.ikbenhenk.nl//v2/refreshauction/NL') response = requests.get('https://api.auctionviewer.ikbenhenk.nl//v2/refreshauction/NL')
if(response.status_code ==200): if(response.status_code ==200):
print('ran getauctions request successfull') print('ran getauctions request successful')
else: else:
print('A error occurred while running the getauctions request') print('A error occurred while running the getauctions request')