dont cProfile on import
This commit is contained in:
parent
793e8ec5ed
commit
c2209464d7
|
@ -17,4 +17,4 @@ def main_content():
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
cProfile.run("main_content()")
|
cProfile.run("main_content()")
|
||||||
|
|
Loading…
Reference in a new issue