From 035d76cb644b35820987f34f292f4f120e7e2014 Mon Sep 17 00:00:00 2001 From: William Wissemann Date: Thu, 18 Jan 2024 12:56:59 -0500 Subject: [PATCH] update review.py --- sqli/dao/review.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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