Skip to content

Commit 0e6ee07

Browse files
committed
updates:v1.1.2
1 parent 118a74a commit 0e6ee07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

favicon.ico

14.7 KB
Binary file not shown.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PyQt5
22
cachetools
3-
dnspython
3+
dnspython
4+
pandas

src/gui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ class ResultDialog(QtWidgets.QDialog):
88
def __init__(self, parent=None):
99
super().__init__(parent)
1010
self.setWindowTitle("KnowEmail - Verifying Bulk Emails")
11-
self.setMinimumSize(600, 400)
12-
11+
self.setMinimumSize(600, 400)deac
1312
self.layout = QtWidgets.QVBoxLayout()
1413
self.table = QtWidgets.QTableWidget()
1514
self.table.setColumnCount(2)

0 commit comments

Comments
 (0)