instagram-auto-create-account icon indicating copy to clipboard operation
instagram-auto-create-account copied to clipboard

name error

Open mhdashik00 opened this issue 3 years ago • 3 comments

Traceback (most recent call last): File "/home/kali/instagram-auto-create-account/botAccountCreate.py", line 13, in args = parser.parse_args() NameError: name 'parser' is not defined

mhdashik00 avatar Oct 18 '21 10:10 mhdashik00

Same error,

File "/Users/[user]/instagram-auto-create-account/botAccountCreate.py", line 13, in <module>
    args = parser.parse_args()
NameError: name 'parser' is not defined

Python Version: Python 3.9.6 Operating System: MacOS Catalina 10.15.2

msr8 avatar Nov 02 '21 03:11 msr8

Fixed it using https://github.com/Alan4747/instagram-auto-create-account/issues/52

msr8 avatar Nov 02 '21 03:11 msr8

Open the file and add this code in line 12 parser = argparse.ArgumentParser()

AbolfazlGolestani avatar Nov 15 '21 10:11 AbolfazlGolestani