mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
5 lines
124 B
Python
5 lines
124 B
Python
from module.logger import logger
|
|
|
|
def handle_notify(*args, **kwargs):
|
|
logger.error('Error notify is not supported yet')
|