请教个Python脚本运行出错的问题,谢谢
运行一个python脚本出错,不知道原因,python --version 版本是Python 3.8.8 谢谢了
脚本:https://www.myzhenai.com.cn/post/3470.html
出错提示
脚本:https://www.myzhenai.com.cn/post/3470.html
出错提示
Traceback (most recent call last):
File "/home/hostloc/hostlocL.py", line 80, in <module>
main_handler("", "")
File "/home/hostloc/hostlocL.py", line 62, in main_handler
user_list = username.split(",")
AttributeError: 'NoneType' object has no attribute 'split'