Skip to content

Commit

Permalink
Update request.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tuangtalk authored Mar 4, 2023
1 parent 640771a commit 932cc47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def sendtogpt(webinput,webdata):
ask_bytes = ask.encode('utf-8')
if len(ask_bytes) <= 2037:
message_list=str.lstrip(ask)
print(message_list)
print("[ chatgpt -> wecom ] " + message_list)
WeChat().send_text(message_list, wxuser)
exit()
Expand Down

0 comments on commit 932cc47

Please sign in to comment.