This commit is contained in:
iFargle
2023-03-21 21:05:16 +09:00
parent 4a713e583a
commit e02385f35b
2 changed files with 2 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ def move_user_page():
def set_machine_tags():
json_response = request.get_json()
machine_id = escape(json_response['id'])
machine_tags = escape(json_response['tags_list'])
machine_tags = (json_response['tags_list']
url = headscale.get_url()
api_key = headscale.get_api_key()