save code

This commit is contained in:
Your Name
2026-03-12 02:40:26 +00:00
parent e5aa87bf1c
commit a027ad12aa
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -316,7 +316,7 @@ def change(human_name, cloth_name, c_width, c_height, cloth_url, human_url, no2,
print(f'不用第二部 no2{no2}')
else:
print(f'要第二部 no2{no2} 先搞第一步')
if sgwzd >= 0.55:
if sgwzd >= 0.70:
#脱衣服
takeoff_file_name = takeoff_cloth_first(human_name, sex_girl)
print(f"takeoff_file_name:{takeoff_file_name} human_name:{human_name} sex_girl:{sex_girl}")
@@ -1043,4 +1043,4 @@ def change_cloth_base64():
if __name__ == '__main__':
app.run(host="0.0.0.0", port=base64_test_port, debug=True)
app.run(host="0.0.0.0", port=base64_test_port, debug=False)