Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name error #53

Open
mhdashik00 opened this issue Oct 18, 2021 · 3 comments
Open

name error #53

mhdashik00 opened this issue Oct 18, 2021 · 3 comments

Comments

@mhdashik00
Copy link

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

@msr8
Copy link

msr8 commented Nov 2, 2021

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
Copy link

msr8 commented Nov 2, 2021

Fixed it using #52

@AbolfazlGolestani
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants