Closed TheRickster365 closed 1 year ago
When using the script via password (FreeNAS-11.3-U5) I'm getting the following error
File "./deploy_freenas.py", line 71 'Authorization': f'Bearer {API_KEY}' ^ Removing the char 'f' in position 21 on line 71 fixes the problem
'Authorization': 'Bearer {API_KEY}'
When using the script via password (FreeNAS-11.3-U5) I'm getting the following error
File "./deploy_freenas.py", line 71 'Authorization': f'Bearer {API_KEY}' ^ Removing the char 'f' in position 21 on line 71 fixes the problem
'Authorization': 'Bearer {API_KEY}'