File tree Expand file tree Collapse file tree 3 files changed +2
-118
lines changed Expand file tree Collapse file tree 3 files changed +2
-118
lines changed Original file line number Diff line number Diff line change 11__pycache__ /
22firsttime.txt
3- cred.dat
3+ cred.dat
4+ links.txt
Original file line number Diff line number Diff line change @@ -170,25 +170,3 @@ def setup():
170170 else :
171171 if querycheck ():
172172 connectionquery ()
173-
174- """def tables():
175- conn=setup()
176- cursor=conn.cursor()
177- for table_name in TABLES:
178- table_description = TABLES[table_name]
179- try:
180- print("Creating table {}: ".format(table_name), end='')
181- cursor.execute(table_description)
182- except mysql.connector.Error as err:
183- if err.errno == errorcode.ER_TABLE_EXISTS_ERROR:
184- print("already exists.")
185- else:
186- print(err.msg)
187- else:
188- print("OK")"""
189-
190-
191- ##################################################################################################
192- #Links
193- #https://education.github.com/git-cheat-sheet-education.pdf
194- #https://dev.mysql.com/doc/connector-python/en/connector-python-example-ddl.html
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments