danb35 / deploy-freenas

Python script to automate deploying TLS certificates to FreeNAS servers
GNU General Public License v3.0
202 stars 56 forks source link

Syntax Error line 71 #41

Closed TheRickster365 closed 1 year ago

TheRickster365 commented 3 years 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}'