We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118a74a commit 0e6ee07Copy full SHA for 0e6ee07
favicon.ico
14.7 KB
requirements.txt
@@ -1,3 +1,4 @@
1
PyQt5
2
cachetools
3
-dnspython
+dnspython
4
+pandas
src/gui.py
@@ -8,8 +8,7 @@ class ResultDialog(QtWidgets.QDialog):
8
def __init__(self, parent=None):
9
super().__init__(parent)
10
self.setWindowTitle("KnowEmail - Verifying Bulk Emails")
11
- self.setMinimumSize(600, 400)
12
-
+ self.setMinimumSize(600, 400)deac
13
self.layout = QtWidgets.QVBoxLayout()
14
self.table = QtWidgets.QTableWidget()
15
self.table.setColumnCount(2)
0 commit comments