fix: ip error

This commit is contained in:
Smart-SangGe 2023-10-24 20:39:22 +08:00
parent 57766a6bf3
commit ee3c55a588

View File

@ -2,7 +2,7 @@ import argparse
import requests
def send_post_request(ip_addr, message_name):
url = f"http://localhost:20234/request_message/?i_m"
url = f"http://localhost:8002/request_message/?i_m"
data = {
"dest_ip": ip_addr,
"message_name": message_name