From 30f68bc020ff90e1d554b4d45403337f9dcdcdb2 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 23 Aug 2022 00:13:51 +0100 Subject: [PATCH] d --- bridge_master.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 4fb3f6b..d2b9400 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -85,8 +85,7 @@ from AMI import AMI #debugging and profiling import gc -gc.set_debug(gc.DEBUG_STATS) -gc.set_debug(gc.DEBUG_LEAK) +gc.set_debug(gc.DEBUG_LEAK, gc.DEBUG_STATS) ##from hmac import new as hmac_new, compare_digest ##from hashlib import sha256, hash