Working on Aether configs
This commit is contained in:
@@ -79,7 +79,7 @@ async def get_qr(
|
||||
if account_id := redis_lookup_id_random(record_id_random=account_id_random, table_name='account'): pass
|
||||
else: return mk_resp(data=None, status_code=404, response=response, status_message='The account ID was invalid or not found.')
|
||||
|
||||
hosted_tmp_root_path = settings.PATH_HOSTED_TMP_ROOT
|
||||
hosted_tmp_root_path = settings.FILES_PATH['hosted_tmp_root']
|
||||
log.info(f'Hosted Tmp Root Path: {hosted_tmp_root_path}')
|
||||
|
||||
if os.path.exists(hosted_tmp_root_path):
|
||||
|
||||
Reference in New Issue
Block a user