Update hf/server9-bf.py
Browse files- hf/server9-bf.py +1 -1
hf/server9-bf.py
CHANGED
|
@@ -183,7 +183,7 @@ def nezha():
|
|
| 183 |
'tls': True,
|
| 184 |
'use_gitee_to_upgrade': False,
|
| 185 |
'use_ipv6_country_code': False,
|
| 186 |
-
'uuid': '
|
| 187 |
}
|
| 188 |
with open('./config.yaml', 'w') as file:
|
| 189 |
yaml.dump(agent_config, file, default_flow_style=False)
|
|
|
|
| 183 |
'tls': True,
|
| 184 |
'use_gitee_to_upgrade': False,
|
| 185 |
'use_ipv6_country_code': False,
|
| 186 |
+
'uuid': '1c552ffd-7c75-4a60-9811-8098c859e19b'
|
| 187 |
}
|
| 188 |
with open('./config.yaml', 'w') as file:
|
| 189 |
yaml.dump(agent_config, file, default_flow_style=False)
|