Skip to content
Permalink
Browse files
Changed incorrect variable names in function source-code
  • Loading branch information
ab6459 committed Aug 8, 2022
1 parent b380e24 commit 49eb9cbabae0553036f726efa32159463ce41df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -1 +1,2 @@
/.idea/
/venv/
@@ -43,7 +43,7 @@ def break_binary(target, prompt_text, fail_text):
#The actual attempt
b=Binary(target)
b.run()
success=b.attempt(promptText,g, failText)
success=b.attempt(prompt_text,g, fail_text)


if success:

0 comments on commit 49eb9cb

Please sign in to comment.