|
|
|
@ -24,7 +24,6 @@ client = httpx.AsyncClient(timeout=300.0)
|
|
|
|
async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosProjectInput):
|
|
|
|
async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosProjectInput):
|
|
|
|
# windows_aeros_base_url = WINDOWS_AEROS_BASE_URL
|
|
|
|
# windows_aeros_base_url = WINDOWS_AEROS_BASE_URL
|
|
|
|
|
|
|
|
|
|
|
|
print(WINDOWS_AEROS_BASE_URL)
|
|
|
|
|
|
|
|
file = aeros_project_in.aro_file
|
|
|
|
file = aeros_project_in.aro_file
|
|
|
|
|
|
|
|
|
|
|
|
# Get filename
|
|
|
|
# Get filename
|
|
|
|
|