From 81b1813a9721b8343f0a9e6acee7592d1cdbf29d Mon Sep 17 00:00:00 2001 From: dalasm <565064@muni.cz> Date: Mon, 4 May 2026 18:57:05 +0200 Subject: [PATCH] fixed variable e --- bonus.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bonus.py b/bonus.py index f2110c7..24ff26e 100644 --- a/bonus.py +++ b/bonus.py @@ -45,8 +45,11 @@ def merge(src, dst): for _ in range(100): try: merge(json.loads(input("input json info to update profile>>>")), profile) - except Exception as e: - print("Error: ", e) + except Exception as eth_e: + print("Error: ", eth_e) + + + continue if profile.secret_key == SECRET_KEY: print("You found the secret key! Now show your exploit to the tutor.")