This commit is contained in:
JonatanRek
2024-10-05 21:34:41 +02:00
parent 1105875803
commit b01768d2bb
+2
View File
@@ -9,6 +9,8 @@ sever = os.getenv('API_ROOT', 'localhost:8000')
root_api_url = 'http://{}/local'.format(sever) root_api_url = 'http://{}/local'.format(sever)
base_path = '/app/data/' base_path = '/app/data/'
print(str(root_api_url))
try: try:
while True: while True:
r = requests.get('{}/anonymize'.format(root_api_url)) r = requests.get('{}/anonymize'.format(root_api_url))