Renamed logging module

This commit is contained in:
2023-01-17 11:43:10 +01:00
parent 569fffd223
commit b4a9595eb4
6 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from os import sep, kill
from os import name as osname
from traceback import print_exc
from modules.logging import logWrite
from modules.logger import logWrite
def jsonLoad(filename):
"""Loads arg1 as json and returns its contents"""