We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8959 commit 1c02600Copy full SHA for 1c02600
1 file changed
cogs/data.py
@@ -8,7 +8,6 @@ class Data:
8
def __init__(self):
9
self.connector = sqlite3.connect('storage.db')
10
self.modEntry = self.ModEntry(self)
11
- self.verificationEntry = self.VerificationEntry(self)
12
self.taggingEntry = self.TaggingEntry(self)
13
14
# Setup 'modLogs' Databases if isn't valid
0 commit comments