Skip to content

Commit d6b3f72

Browse files
committed
Removed unnecessary comments
1 parent 7dcd017 commit d6b3f72

File tree

3 files changed

+2
-118
lines changed

3 files changed

+2
-118
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__pycache__/
22
firsttime.txt
3-
cred.dat
3+
cred.dat
4+
links.txt

setup.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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

sqltables.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)