save code
This commit is contained in:
+2
-2
@@ -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)
|
||||
Reference in New Issue
Block a user