mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Clients: log exception to logfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user