Skip to content

Commit

Permalink
Update cpp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xmbhjQAQ authored Apr 27, 2023
1 parent 12cf366 commit e651190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
WebDriver.find_element(By.CLASS_NAME, "purchaser-info").click()
WebDriver.find_element(
By.XPATH, "//*[@id='root']/div/div[2]/div/div/button").click()
print("下单中")
print("下单中,搞快点付钱,不然你票没了")
except:
print("无法点击创建订单")

0 comments on commit e651190

Please sign in to comment.