diff --git a/ducky2python_ Convert DuckyScript to Python Scripts_files/ducky2python.js.download b/ducky2python_ Convert DuckyScript to Python Scripts_files/ducky2python.js.download index 85c2e32..b4f3e93 100644 --- a/ducky2python_ Convert DuckyScript to Python Scripts_files/ducky2python.js.download +++ b/ducky2python_ Convert DuckyScript to Python Scripts_files/ducky2python.js.download @@ -24,7 +24,7 @@ function convert(){ var pythonScript = ""; // Write module imports to output file: - pythonScript += "# Converted using ducky2python by CedArctic (https://github.com/CedArctic/ducky2python) \n"; + pythonScript += "# Converted using ducky2python by Sadqi (http://python.asadqi.com/) \n"; pythonScript +="import pyautogui\n"; pythonScript += "import time\n"; @@ -114,4 +114,4 @@ function convert(){ } // Write Output document.getElementById('outputBox').value = pythonScript; -} \ No newline at end of file +}