From 7b442fcc0707554662cf5730d6e8150a90522ead Mon Sep 17 00:00:00 2001 From: Ankit Majee <76817118+AnkitMajee@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:41:28 +0530 Subject: [PATCH] Update menu.py --- menu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/menu.py b/menu.py index 4fa7d0e..ac69f84 100644 --- a/menu.py +++ b/menu.py @@ -1,4 +1,3 @@ -#!"C:/Users/Rahul1234/anaconda3/python.exe" import cgi import mysql.connector as conn print("""Content-type:text/html\n\n @@ -175,4 +174,4 @@ """) except: - cgi.print_exception() \ No newline at end of file + cgi.print_exception()