forked from gooberinc/goober
cleaned up bot.py seperating it into different files, added formatting ignore rules for key_compiler, modified prestart checks
This commit is contained in:
parent
f186e079da
commit
92dbc06b26
9 changed files with 311 additions and 264 deletions
|
@ -35,13 +35,6 @@ NOTICE = """
|
|||
"""
|
||||
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(levelname)s: [%(filename)s:%(funcName)s] %(message)s",
|
||||
datefmt="%d/%m/%Y %H.%M.%S",
|
||||
stream=sys.stdout,
|
||||
)
|
||||
|
||||
logger = logging.getLogger("kaannos")
|
||||
|
||||
|
||||
|
@ -61,7 +54,6 @@ class LanguageCollector:
|
|||
keys: Dict[str, str] = json.load(f)
|
||||
self.languages[locale] = keys
|
||||
|
||||
print(self.languages)
|
||||
self.find_missing_keys()
|
||||
|
||||
def find_missing_keys(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue