mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-29 13:16:28 +00:00
ba_data update
This commit is contained in:
parent
2174ae566d
commit
7ba24ecbcf
146 changed files with 1756 additions and 347 deletions
2
dist/ba_data/python/efro/log.py
vendored
2
dist/ba_data/python/efro/log.py
vendored
|
|
@ -15,6 +15,7 @@ from dataclasses import dataclass, field
|
|||
from typing import TYPE_CHECKING, Annotated
|
||||
from threading import Thread, current_thread, Lock
|
||||
|
||||
from typing_extensions import override
|
||||
from efro.util import utc_now
|
||||
from efro.call import tpartial
|
||||
from efro.terminal import Clr
|
||||
|
|
@ -306,6 +307,7 @@ class LogHandler(logging.Handler):
|
|||
"""Submit a call to be run in the logging background thread."""
|
||||
self._event_loop.call_soon_threadsafe(call)
|
||||
|
||||
@override
|
||||
def emit(self, record: logging.LogRecord) -> None:
|
||||
# pylint: disable=too-many-branches
|
||||
if __debug__:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue