NameError: name 'out' is not defined

#1
by fulouma - opened

When pressing the crawling button, following error occurs.

NameError: name 'out' is not defined
Traceback:

File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)
File "/home/user/app/app.py", line 81, in <module>
    filepath = archive_dir(out,os.path.join(base,project_name))

How to solve this?

Sign up or log in to comment