This commit is contained in:
NikolajDanger
2020-08-13 17:27:37 +02:00
parent 8005acf42a
commit 4f30c6a196
6 changed files with 9 additions and 14 deletions

View File

@@ -7,7 +7,6 @@ import time # Used for logging
import logging # Used for... you know... logging
import wikia # Used by findWikiPage
import os # Used by makeFiles
import pymongo # Used by transferUsers
logging.basicConfig(filename="gwendolyn.log", level=logging.INFO)