Clients: log exception to logfile

This commit is contained in:
Fabian Dill
2021-11-17 22:46:32 +01:00
parent cf20c0781f
commit 9cb24280fa
5 changed files with 22 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ from json import loads, dumps
from Utils import get_item_name_from_id, init_logging
if __name__ == "__main__":
init_logging("SNIClient")
init_logging("SNIClient", exception_logger="Client")
import colorama