Administrator
2023-08-28 ba52d7ac92a36f413eacaa686f8535e859664ec6
log_module/log.py
@@ -357,9 +357,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__":