diff --git a/db.py b/db.py index 840e8a6..141934b 100644 --- a/db.py +++ b/db.py @@ -9,7 +9,7 @@ def create_table(): try: # please remove this later, # it just removes the database for testing - pathlib.Path.unlink("./stats.db") + #pathlib.Path.unlink("./stats.db") conn = sqlite3.connect('stats.db') cursor = conn.cursor()