deploy-freenas icon indicating copy to clipboard operation
deploy-freenas copied to clipboard

Syntax Error line 71

Open TheRickster365 opened this issue 4 years ago • 0 comments

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}'

TheRickster365 avatar Aug 30 '21 04:08 TheRickster365