Skip to content

Commit 9e1f71b

Browse files
committed
fix default profiler setting
1 parent 4606dc9 commit 9e1f71b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/profiling.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
import cloudbot
99

10-
if True:
10+
PYMPLER_ENABLED = False
11+
12+
if PYMPLER_ENABLED:
1113
try:
1214
import pympler
1315
import pympler.muppy

0 commit comments

Comments
 (0)