aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Profile.py b/Profile.py
index daabb6b..a1eb581 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Kuan.xml'])"""
+command = """main(['', 'config/Demo.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")