TypeError: 'NoneType' object does not support item assignment in Python

后端 未结 0 862
情深已故
情深已故 2021-02-07 13:00

I am writing a simple facebook bruteforce script in python 3.8 The code is

from subprocess import call
import os
import sys
try:
   import mechanize
except Module         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题