StarRailCopilot/module/notify.py

5 lines
124 B
Python
Raw Normal View History

2023-06-17 17:07:14 +00:00
from module.logger import logger
def handle_notify(*args, **kwargs):
logger.error('Error notify is not supported yet')