Skip to content

if statement is missing on app.py to call the main function #4

@deepak4566

Description

@deepak4566

if statement is missing on app.py to call the main function

to solve this issue-
use at end of code

if name == 'main':
app.run(debug=True)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions