From 581d2ed923d32beb0ae99bdf1b09a43b43238e8e Mon Sep 17 00:00:00 2001 From: Ahrimdon Date: Sun, 3 Mar 2024 00:30:53 -0500 Subject: [PATCH] Remove redundant comment --- parse_db.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/parse_db.py b/parse_db.py index f2d1359..a8ebd32 100644 --- a/parse_db.py +++ b/parse_db.py @@ -5,8 +5,6 @@ Created by: Ahrimdon (aided by GPT-4) Description: This script parses key elements of IW4MAdmin's database into a single consolidated, easy to read database that allows for easy server administration and logging. ''' -# Created by Ahrimdon aided by GPT-4 - import sqlite3 import argparse import os