mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 17:45:12 +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')
|