Skip to content

Commit

Permalink
Update coupon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitMajee authored Nov 26, 2022
1 parent a1f82b3 commit 2983c03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coupon.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
db = conn.connect(host='localhost',user='root',passwd='',db='kph')
Expand Down Expand Up @@ -188,4 +187,4 @@
</script>
</body>
</html>""")
</html>""")

0 comments on commit 2983c03

Please sign in to comment.