dont cProfile on import

pull/1/head
Thomas Lindner 2022-12-30 15:41:37 +01:00
parent 793e8ec5ed
commit c2209464d7
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ def main_content():
def main():
cProfile.run("main_content()")
cProfile.run("main_content()")