fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

Fix double quotes causing crash #31

Closed haylinmoore closed 3 years ago

haylinmoore commented 3 years ago
May 23 15:20:39 portal gunicorn[1475]:   File "/home/api/api.py", line 783
May 23 15:20:39 portal gunicorn[1475]:     "wgip": f"fd0d:944c:1337:aa64:{host["prefix"].split(":")[2]}::/80",
May 23 15:20:39 portal gunicorn[1475]:                                               ^
May 23 15:20:39 portal gunicorn[1475]: SyntaxError: invalid syntax

This should fix that