尝试运行脚本时出现错误
Error:"IndentationError: unindent does not match any outer indentation"
引发错误的代码片段:
def update():
try:
lines = open("vbvuln.txt", "r").readlines()
except(IOError):
print "[-] Error: Check your phpvuln.txt path and permissions"
print "[-] Update Failed\n"
sys.exit(1)
try:
这是发生错误的实际行:
print "[-] Update Failed\n"