fix profiling
This commit is contained in:
parent
5033991771
commit
075001a2d5
|
@ -17,4 +17,4 @@ def main_content():
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
cProfile.run("main_content()")
|
cProfile.runctx("main_content()", globals(), locals(), filename=__file__)
|
||||||
|
|
Loading…
Reference in a new issue