fix profiling

pull/1/head
Thomas Lindner 2022-12-30 16:01:52 +01:00
parent 5033991771
commit 075001a2d5
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.runctx("main_content()", globals(), locals(), filename=__file__)