Skip to content

Commit 4d4f9cc

Browse files
committed
Replace tabs by spaces
1 parent 4a95657 commit 4d4f9cc

File tree

1 file changed

+2
-2
lines changed
  • src/15 PyQt database example

1 file changed

+2
-2
lines changed

src/15 PyQt database example/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import sys
66

77
if not exists("projects.db"):
8-
print("File projects.db does not exist. Please run initdb.py.")
9-
sys.exit()
8+
print("File projects.db does not exist. Please run initdb.py.")
9+
sys.exit()
1010

1111
app = QApplication([])
1212
db = QSqlDatabase.addDatabase("QSQLITE")

0 commit comments

Comments
 (0)