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