Tidy up, make line numbers consistent with text
This commit is contained in:
@@ -66,4 +66,4 @@ with sqlite3.connect('tf.db') as connection:
|
||||
for i in range(25):
|
||||
row = c.fetchone()
|
||||
if row != None:
|
||||
print(row[0] + ' - ' + str(row[1]))
|
||||
print(row[0], '-', str(row[1]))
|
||||
|
||||
Reference in New Issue
Block a user