Some logging and comments
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import json
|
||||
import string
|
||||
import logging
|
||||
|
||||
logging.basicConfig(filename="gwendolyn.log", level=logging.INFO)
|
||||
|
||||
def getName(user : str):
|
||||
with open("resources/swcharacters.json", "r") as f:
|
||||
|
Reference in New Issue
Block a user