Skip to content

Commit 1c02600

Browse files
committed
[Database] Remove Verification table entry reference.
1 parent cba8959 commit 1c02600

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cogs/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class Data:
88
def __init__(self):
99
self.connector = sqlite3.connect('storage.db')
1010
self.modEntry = self.ModEntry(self)
11-
self.verificationEntry = self.VerificationEntry(self)
1211
self.taggingEntry = self.TaggingEntry(self)
1312

1413
# Setup 'modLogs' Databases if isn't valid

0 commit comments

Comments
 (0)