Skip to content

Commit

Permalink
Update menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitMajee authored Nov 26, 2022
1 parent 2983c03 commit 7b442fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions menu.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!"C:/Users/Rahul1234/anaconda3/python.exe"
import cgi
import mysql.connector as conn
print("""Content-type:text/html\n\n
Expand Down Expand Up @@ -175,4 +174,4 @@
</body>
</html>""")
except:
cgi.print_exception()
cgi.print_exception()

0 comments on commit 7b442fc

Please sign in to comment.