Administrator
2023-08-30 c26891039001917f2a02c9eeaecdc6a936adef4a
log_module/log.py
@@ -363,10 +363,10 @@
def close_print():
    pass
    logging.basicConfig(level=logging.ERROR)
    if not constant.is_windows():
        os.close(1)
        os.open('/dev/null', os.O_WRONLY)
    # logging.basicConfig(level=logging.ERROR)
    # if not constant.is_windows():
    #     os.close(1)
    #     os.open('/dev/null', os.O_WRONLY)
if __name__ == "__main__":