Fix
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user