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.")