I was trying to run the Python Profiler with smile python flags and app.run(). It seemed having a conflict. ``` python -m cProfile test.py ``` It gave a TypeError as: ``` TypeError: main() takes 0 positional arguments but 1 was given ```