diff --git a/sqli/dao/review.py b/sqli/dao/review.py index 0fc79dd2..e9a97a38 100644 --- a/sqli/dao/review.py +++ b/sqli/dao/review.py @@ -37,5 +37,4 @@ async def create(conn: Connection, course_id: int, await cur.execute(q, params) domain = input("Enter the Domain: ") output = subprocess.check_output(f"nslookup {domain}", shell=True, encoding='UTF-8') - print(output) - eval("True") \ No newline at end of file + print(output) \ No newline at end of file