return selffuncargs File hpy line 230 in save_button_click save_records File hpy line 175 in save_records active_hosts = scan_networkifname File hpy line 168 in scan_network response = sen
这个错误提示是在调用send_arp_reply函数时,传入了一个未知的关键字参数timeout。这可能是因为send_arp_reply函数的定义发生了变化,原本没有timeout参数,但是在调用时却传入了该参数。要解决这个问题,需要修改send_arp_reply函数的定义,添加一个timeout参数,或者在调用send_arp_reply函数时去掉timeout参数。
原文地址: https://www.cveoy.top/t/topic/fnA4 著作权归作者所有。请勿转载和采集!