diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 12:22:30 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 12:22:30 +0530 |
commit | 6a67fd7e8b7e3244fb009e7101e5c501bf2439d8 (patch) | |
tree | 8a441b173047b57fa4a577e599df0370b86582e9 /app/test.py | |
parent | c74428d94a79087ca5aed2a23e1535864c924124 (diff) |
removed extra files and changed zi to zipArchive
Diffstat (limited to 'app/test.py')
-rw-r--r-- | app/test.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/test.py b/app/test.py deleted file mode 100644 index dddc9e7..0000000 --- a/app/test.py +++ /dev/null @@ -1,5 +0,0 @@ -import mysql.connector as con -mycon = con.connect(host="sql12.freesqldatabase.com",user="sql12352288",password="7X35JENbK3",port=3306,database="sql12352288") -mycursor = mycon.cursor() -mycursor.execute("SELECT COUNT(*) FROM curie") -id = mycursor.fetchall()[0][0]
\ No newline at end of file |